Activate/Revoke Users
Updates the active status of multiple team members.
Authorizations
API key authentication
Path Parameters
Team ID containing the users to update
Body
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).
User status.
USER_STATUS_UNSPECIFIED, USER_STATUS_ACTIVE, USER_STATUS_INACTIVE 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.
Response
Response confirming the successful status update of users. Contains the user account IDs of all users whose status was changed.
List of user account IDs for users whose status was successfully updated
List of user account IDs for users whose status was successfully updated