Autional Autional
API Reference GitHub autional.com →

POST /auth/register/reapply

Re-submit an application after being rejected for registration, resetting the disabled member to pending status for admin re-approval. References: OWASP ASVS V2.2.

Authentication None application/json

Request Body

Schema: dto.ReapplyRegistrationRequest

FieldTypeRequiredExampleConstraintsDescription
email string Yes Email
invitation_code string No Invitation code
reason string No Application reason

Responses

StatusDescriptionSchema
200Re-application submitted successfullydto.ReapplyRegistrationResponseWrapper
400Invalid request parameters or user not foundgitee_com_linmes_authms_base_dto.SimpleResponse
500Internal server errorgitee_com_linmes_authms_base_dto.SimpleResponse

Referenced Schemas

dto.ReapplyRegistrationResponse

FieldTypeRequiredExampleConstraintsDescription
message string No

dto.ReapplyRegistrationResponseWrapper

FieldTypeRequiredExampleConstraintsDescription
code integer No
data dto.ReapplyRegistrationResponse No
message string No
timestamp string No

gitee_com_linmes_authms_base_dto.SimpleResponse

FieldTypeRequiredExampleConstraintsDescription
code integer No
message string No
timestamp string No