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
    userAccountId#int64

    User account ID of the user to update

    Possible values: >= 0

    Template containing all user properties that can be set when creating or updating a user. Includes personal information, status, authentication methods, and access duration.

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