User invites
Respond
Accepts or declines an invite addressed to the signed-in User's email, identified by invite id plus the tenant_id it belongs to, which is required for the lookup to work. Accepting creates the workspace membership with the role and groups from the invite, triggers the billing event for an added User and refreshes the User's cached workspace list, while an invite that is expired, already answered or for someone already in the workspace is refused.
POST
/api/sys/v{version:apiVersion}/user_invites/respond
Request arguments
| Name | Type | Source |
|---|---|---|
| input | DTO_user_invite_respond | Body |
Request body example
Response
Response body example
DTO_user_invite_respond
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| id | Int32 | Id | |
| tenant_id | Int32 | Tenant id | |
| accept | Boolean | Accept |
DTO_acknowledgement
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| message | String | Message |
Generated Aug 4, 2026 18:37