POST /internal/invitations/{code}/accept
内部服务接受邀请,将邀请标记为已使用并添加成员
租户服务 - 内部接口 None application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
code |
path |
string |
Yes |
|
|
|
邀请码 |
Referenced Schemas
dto.AcceptInvitationDetailResponse
dto.AcceptInvitationResponse
接受邀请后的租户信息
| Field | Type | Required | Example | Constraints | Description |
accepted_at |
string |
No |
2026-05-02T10:30:00Z |
|
|
member_id |
string |
No |
tmb_abc123 |
|
|
role |
string |
No |
member |
|
|
tenant_id |
string |
No |
tnt_abc123 |
|
|
tenant_name |
string |
No |
ACME Corporation |
|
|
gitee_com_linmes_authms_base_dto.SimpleResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|