User invites
List
Returns the invites of this workspace that are still active and not yet past their expiry window, each with the role, the groups it grants and when it expires. Accepted, denied, revoked and expired invites are not included, and there is no paging.
GET
/api/{tenant:minlength(2)}/v{version:apiVersion}/user_invites/list
Request arguments
| Name | Type | Source |
|---|
Request body example
Response
Response body example
DTO_user_invite
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| groups | DTO_reference[] | Groups | |
| id | Int32 | ReadOnly | Id |
| String | |||
| tenant_role | ENUM tenant_user_role | Tenant role | |
| expires_date | DateTime | ReadOnly | Expires date |
| expires_relative | String | ReadOnly | Expires relative |
DTO_reference
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| id | Int32 | The id of the reference | |
| label | Object | ReadOnly | Name/Label from referenced object. |
ENUM tenant_user_role
| Value | Name | Description |
|---|---|---|
| 0 | UNKNOWN | UNKNOWN |
| 1 | OWNER | Owner |
| 2 | ADMIN | Admin |
| 3 | USER | User |
Generated Aug 4, 2026 18:37