A AuthMS API Wiki API Reference iam.tianv.com →

POST /auth/register/reapply

被拒绝注册后重新提交申请,将disabled成员重新置为pending状态供管理员再次审批。参考:OWASP ASVS V2.2。

身份认证 None application/json

Request Body

Schema: dto.ReapplyRegistrationRequest

FieldTypeRequiredExampleConstraintsDescription
email string Yes Email
invitation_code string No 邀请码
reason string No 申请理由

Responses

StatusDescriptionSchema
200重新申请已提交成功dto.ReapplyRegistrationResponseWrapper
400请求参数无效或用户不存在gitee_com_linmes_authms_base_dto.SimpleResponse
500服务器内部错误gitee_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