Skip to main content

Update Users

PUThttps://api.coralogix.com/mgmt/openapi/5/aaa/teams/v2/{team_id}/members

Updates team members for the specified team.

Authorizations

Authorizationstringheaderrequired
API key authentication

Request

Path Parameters

    team_id# int64required

    Possible values: >= 0

    Team ID containing the users to update

Body

application/json

List of users to update. Multiple users can be updated in a single request.

    userAccountId#int64

    User account ID of the user to update

    Possible values: >= 0

    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.

    userAccountIds#int64[]

    List of user account IDs for the successfully updated users