UserOrganizationInvitationResponse
Defines the properties of the user organization invitation response.
{
"status": "AVAILABLE",
"refLink": "string",
"customGroups": [
{
"groupType": "string",
"displayName": "string",
"id": "string",
"organizationRoles": [
{
"displayName": "string",
"name": "string",
"expiresAt": 3609941597,
"createdBy": "string",
"lastUpdatedDate": "string",
"resource": "string",
"membershipType": "string",
"createdDate": "string",
"lastUpdatedBy": "string"
}
],
"serviceRoles": [
{
"serviceRoleNames": [
"string"
],
"serviceDefinitionId": "string",
"serviceRoles": [
{
"createdBy": "string",
"lastUpdatedBy": "string",
"name": "string",
"lastUpdatedDate": "string",
"expiresAt": 3609941597,
"membershipType": "string",
"resource": "string",
"createdDate": "string"
}
]
}
],
"ownerOrgId": "string",
"domain": "string",
"sharedOrgIds": [
"string"
],
"customRoles": [
{
"createdBy": "string",
"lastUpdatedBy": "string",
"name": "string",
"lastUpdatedDate": "string",
"expiresAt": 3609941597,
"membershipType": "string",
"resource": "string",
"createdDate": "string"
}
],
"usersCount": 0,
"description": "string"
}
],
"invitedByUsername": "string",
"customRoles": [
{
"createdBy": "string",
"lastUpdatedBy": "string",
"name": "string",
"lastUpdatedDate": "string",
"expiresAt": 3609941597,
"membershipType": "string",
"resource": "string",
"createdDate": "string"
}
],
"orgRoleNames": [
"string"
],
"organizationRoles": [
{
"displayName": "string",
"name": "string",
"expiresAt": 3609941597,
"createdBy": "string",
"lastUpdatedDate": "string",
"resource": "string",
"membershipType": "string",
"createdDate": "string",
"lastUpdatedBy": "string"
}
],
"serviceRolesDtos": [
{
"serviceRoleNames": [
"string"
],
"serviceDefinitionLink": "string",
"serviceRoles": [
{
"createdBy": "string",
"lastUpdatedBy": "string",
"name": "string",
"lastUpdatedDate": "string",
"expiresAt": 3609941597,
"membershipType": "string",
"resource": "string",
"createdDate": "string"
}
]
}
],
"generatedBy": "string",
"username": "string",
"customGroupsIds": [
"string"
],
"redeemedBy": "string",
"expirationTime": 0,
"redeemedAt": 0,
"generatedAt": 0,
"revokedBy": "string",
"invitationLink": "string",
"revokedAt": 0
}
The status of the invitation.
The reference link of the Invitation.
Invited By, specify the actual user who is inviting.
List of organization role names.
The Creator ot the invitation (usually client identifier).
The username of the user.
Custom Groups Identifiers (relevant only for invite).
The name of the invitation redeemer.
The expiration time of the invitation in days. Default value is 7 days.
The redemption timestamp in milliseconds.
The creation timestamp in milliseconds.
The name of invitation revoker.
Deprecated: the common Invitation Link.
The revoke timestamp in milliseconds.