POST /invitations/{token}/accept
通过邀请token接受租户成员邀请,加入租户
租户服务 None application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
token |
path |
string |
Yes |
|
|
|
邀请Token |
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 |
|
|