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

