[{"label":"Latest (1.0)","version":"latest"}]
cloud-partner-navigator

InvitationDto

Defines the properties of the user invitation.


Properties

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).


integer as int64
redeemedAt Optional

The redemption timestamp in milliseconds.


string
redeemedBy Optional

The name of the invitation redeemer.


integer as int64
revokedAt Optional

The revoke timestamp in milliseconds.


string
revokedBy Optional

The name of invitation revoker.


status Optional

The status of the invitation.

Possible values are: AVAILABLEREDEEMEDREVOKED

JSON Example

{
    "expirationTime": 12345,
    "generatedAt": 12345,
    "generatedBy": "...",
    "redeemedAt": 12345,
    "redeemedBy": "...",
    "revokedAt": 12345,
    "revokedBy": "...",
    "status": "AVAILABLE"
}
[{"label":"Latest (1.0)","version":"latest"}]
cloud-partner-navigator
Used By

GetUserInvitation

Feedback

Was this page helpful?