Get User Invitation By Organization ID And User Invitation ID
DescriptionGet invitation of a user in an organization (by invitation id).
Access Policy
Role | User Accounts | Service Accounts (Client Credentials Applications) |
---|---|---|
Organization Admin | ✔️ | ✔️ |
Organization Owner | ✔️ | ✔️ |
Request
URLURL
Path Parameters
Path Parameters
Unique identifier (GUID) of the organization.
Unique identifier (GUID) of the invitation.
Authentication
Response
Response BodyResponse Body
200 OK
{
"status": "AVAILABLE"
}
The username of the user.
The expiration time of the invitation.
The creation timestamp in milliseconds.
The Creator ot the invitation (usually client identifier).
Deprecated: the common Invitation Link.
Invited By, specify the actual user who is inviting.
List of organization role names.
Custom Groups Identifiers (relevant only for invite).
The redemption timestamp in milliseconds.
The name of the invitation redeemer.
The reference link of the Invitation.
The revoke timestamp in milliseconds.
The name of invitation revoker.
The status of the invitation.
Possible values are: AVAILABLE , REDEEMED , REVOKED
Errors
The user is not authorized to use the API
The user is forbidden to use the API
Organization with this identifier is not found. | Invitation not found
The user has sent too many requests
An unexpected error has occurred while processing the request