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
Example response
{
"success": true
}