v71

OpenAPI 3.1.0raw.githubusercontent.com2026-08-032076961.5 MB
user

Undo User Delete

post/v2/user/undo_delete

Query parameters

user_idstring uuid nullable

User ID to undo deletion. Mutually exclusive with client_user_id.

User ID to undo deletion. Mutually exclusive with client_user_id.

client_user_idstring nullable

Client User ID to undo deletion. Mutually exclusive with user_id.

Client User ID to undo deletion. Mutually exclusive with user_id.

Response

Successful Response

successboolean required

Whether operation was successful or not

Example response

{
  "success": true
}