Disable User

POST /users/{userId}/disable

Disable an existing user account.

Path parameters

  • userId string(uuid) Required

    The ID of the user to update.

Responses

  • User disabled successfully.

  • Invalid request.

  • Invalid authentication credentials

  • Not authorised to access this resource

  • User not found.

POST /users/{userId}/disable
curl \
 -X POST https://connect.century.tech/api/v1/users/68f06c66-702a-4c26-b8c5-b6dc4f81f25d/disable