Update Users
PUT
https://api.coralogix.com/mgmt/openapi/5/aaa/users/v2Updates team members for the specified team.
Authorizations
Authorizationrequired
API key authentication
The value is a Coralogix API key. Create a personal or team API key and assign its permissions.
Request
Query Parameters
team_id# int64
Possible values: >= 0
Team ID containing the users to update. Optional on the /aaa/users/v2 routes, which bind no team in the path: omit it and the team of the API key making the call is used.
Body
application/json
List of users to update. Multiple users can be updated in a single request.
userId#string
Stable id of the user to update, as an alternative to userAccountId. Mutually exclusive with userAccountId: exactly one must be set.
Possible values: non-empty and <= 255 characters, Value must match regular expression ^[\s\S]+$
Template containing updated user properties. Only provided fields will be updated.
Response
application/json
Response confirming the successful update of users. Contains the user account IDs of all users that were updated.