[{"label":"Latest (v1.0)","version":"latest"}]
csp

UserOrganizationInvitationResponse

Defines the properties of the user organization invitation response.


Properties

string
username Required

The username of the user.


organizationRoles Optional

List of organization role objects.


customRoles Optional

List of custom role objects.


integer as int64
expirationTime Optional

The expiration time of the invitation.


integer as int64
generatedAt Optional

The creation timestamp in milliseconds.


string
generatedBy Optional

The Creator ot the invitation (usually client identifier).


string
invitationLink Optional

Deprecated: the common Invitation Link.


string
invitedByUsername Optional

Invited By, specify the actual user who is inviting.


array of string
orgRoleNames Optional

List of organization role names.


array of string
customGroupsIds Optional

Custom Groups Identifiers (relevant only for invite).


integer as int64
redeemedAt Optional

The redemption timestamp in milliseconds.


string
redeemedBy Optional

The name of the invitation redeemer.


string
refLink Optional

The reference link of the Invitation.


integer as int64
revokedAt Optional

The revoke timestamp in milliseconds.


string
revokedBy Optional

The name of invitation revoker.


array of ServiceRolesDto
serviceRolesDtos Optional

List of services roles objects.


string
status Optional

The status of the invitation.

Possible values are: AVAILABLEREDEEMEDREVOKED


array of ExpandedGroupDto
customGroups Optional

Custom Groups (relevant only for invite).

JSON Example

{}

Feedback

Was this page helpful?