Skip to main content

Integration Notes

  1. What Happens: The user is marked as disabled in the database, their roles are downgraded to member, and their Cognito account is disabled.
  2. Authorization: Requires update:user scope.
  3. Idempotent: If the user is already disabled, the endpoint returns 200 with a message indicating the user is already disabled.

Request

No request body is required. Simply send a request to the endpoint with the organization and user IDs in the path.

Response

Success Response (200 OK)

Already Disabled (200 OK)

Response Fields

Success Response Data

Common Response Fields

All responses include these standard fields:

Status Codes