DELETE/api/admin/users/{uid}/disableAdmin

Re-enable a user

Clears the disabled flag set by POST /api/admin/users/{uid}/disable. Sessions revoked by the disable stay revoked: the user has to log in again.

operationId delete_api_admin_users_uid_disableAdministration

Authentication & permissionsAdmin

Platform administrators only

Accepted credentials
Who may call
Platform administrators only

Path parameters

NameTypeDescription
uid*string (uuid)

uid of the target user

Responses

application/json
ResourceCreationResponse
PropertyTypeDescription
success*true
message*string
resource_id*string

Identifier of the created / affected resource

JSONExample
"success"true
"message""string"
"resource_id""string"

Example request

bashcurl
curl -X DELETE 'https://auth.schemavaults.com/api/admin/users/<uid>/disable' \
  -b 'refresh_token_<auth_server_app_id>=<value>'

Other methods on this path

DELETE /api/admin/users/{uid}/disable | SchemaVaults Auth API