User Admin Invitations
The users endpoint supports operations to send administrator invitations to users.
User invitations data model
| Property | Type | Required? | Mutable? | Description |
|---|---|---|---|---|
|
String |
Optional |
Mutable |
The URL where the invited user can accept the invitation. |
|
String |
Optional |
Mutable |
How long the invite is valid for, represented in minutes. |
|
Boolean |
Required |
Mutable |
Indicates if the invitation is an admin invitation. |
For more user property descriptions, refer to the Users data model.