Update users
Learn how to update users
Last updated
Learn how to update users
Last updated
The following route can be used to update your users.
PUT https://sentry.aleno.ai/users
No query parameters.
Name | Required | Type | Description |
---|---|---|---|
UserUpdateData is an object that describes updates you want to perform.
Name | Required | Type | Description |
---|---|---|---|
Returns list of User objects corresponding to updated users.
users
required
List of UserUpdateData
List that contains data related to users you want to update. Data description can be found bellow
id
required
string
Id of the user you want to update
userName
required
string or null
new user name you want to set for this user.
userContext
required
string or null
new context you want to set for this user.