GET /internal/invitations/{code}
验证邀请码的有效性并返回邀请信息
租户服务 - 内部接口 None application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
code |
path |
string |
Yes |
|
|
|
邀请码 |
Referenced Schemas
dto.ValidateInvitationDetailResponse
dto.ValidateInvitationResponse
验证邀请码后返回的邀请信息
| Field | Type | Required | Example | Constraints | Description |
email |
string |
No |
user@example.com |
|
|
invited_by |
string |
No |
usr_xyz789 |
|
|
role |
string |
No |
member |
|
|
status |
string |
No |
pending |
|
|
tenant_id |
string |
No |
tnt_abc123 |
|
|
gitee_com_linmes_authms_base_dto.SimpleResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|