Update users
Learn how to update users
Description
The following route can be used to update your users.
Endpoint
PUT https://sentry.aleno.ai/users
Query parameters
No query parameters.
Payload
Name
Required
Type
Description
users
required
List of UserUpdateData
List that contains data related to users you want to update. Data description can be found bellow
UserUpdateData description
UserUpdateData is an object that describes updates you want to perform.
Name
Required
Type
Description
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.
CURL example
Result
Returns list of User objects corresponding to updated users.
Last updated