API Search endpoints…⌘K

Update a User

PUT/lokta-lms/api/v1/users/{userId}

Updates the user

Path parameters

userIdpath · integer · int64 · required

userId

Request body application/json

clientsarray · optional
emailstring · optional
firstnamestring · optional
isLoginRetriesEnabledboolean · optional
isPasswordResetAllowedboolean · optional
lastnamestring · optional
officeIdinteger · int64 · optional
passwordstring · optional
repeatPasswordstring · optional
rolesarray · optional
sendPasswordToEmailboolean · optional
staffIdinteger · int64 · optional

Responses

200OK

Response fields

changesPutUsersUserIdResponseChanges · optional
officeIdinteger · int64 · optional
resourceIdinteger · int64 · optional

Every request authenticates with HTTP Basic and carries a Tenant-Identifier header. See the conventions for dates, commands, pagination and errors. Open this operation in the interactive explorer, or read it as Markdown.