Autional Autional
API Reference GitHub autional.com →

POST /admin/users/{user_id}/account-unlocks

Unlock a user's account

Account Management `bearerAuth` application/json

Request Parameters

NameInTypeRequiredDefaultExampleConstraintsDescription
user_id path string Yes User ID

Request Body

Schema: dto.UnlockAccountRequest

FieldTypeRequiredExampleConstraintsDescription
reason string No Unlock reason

Responses

StatusDescriptionSchema
200Unlock successfuldto.SimpleResponseWrapper

Referenced Schemas

dto.SimpleResponseWrapper

FieldTypeRequiredExampleConstraintsDescription
code integer No
message string No