Skip to main content
Activate/Revoke Users

Authorizations

Authorization
string
header
required

API key authentication

Path Parameters

team_id
integer<int64>
required

Team ID containing the users to update

Required range: x >= 0

Body

application/json

Request to activate or revoke (deactivate) one or more users within a team. This operation changes the user status to either Active (enables access) or Inactive (disables access).

status
enum<string>

New status for the users: Active (enables system access) or Inactive (disables system access)

Available options:
USER_STATUS_UNSPECIFIED,
USER_STATUS_ACTIVE,
USER_STATUS_INACTIVE
userAccountIds
integer<int64>[]

List of user account IDs to update. All users will be set to the same status.

List of user account IDs to update. All users will be set to the same status.

Required range: x >= 0

Response

Response confirming the successful status update of users. Contains the user account IDs of all users whose status was changed.

userAccountIds
integer<int64>[]

List of user account IDs for users whose status was successfully updated

List of user account IDs for users whose status was successfully updated

Required range: x >= 0