POST /invitations/{token}/accept
Accept tenant member invitation via invitation token
Tenant Service None application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
token |
path |
string |
Yes |
|
|
|
Invitation token |
Referenced Schemas
dto.AcceptInvitationDetailResponse
dto.AcceptInvitationResponse
Tenant info after accepting invitation
| 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 |
|
|