Skip to Content

InvitationResponse

Properties

NameTypeDescriptionNotes
idStringUnique identifier for the invitation[default to null]
enterprise_idLongID of the enterprise the invitation is for[default to null]
emailStringEmail address of the invited user[default to null]
rolesListList of roles the user will receive[default to null]
messageStringOptional custom message included in the invitation[optional] [default to null]
statusStringCurrent status of the invitation (pending, accepted, expired)[default to null]
expires_atStringTimestamp when the invitation expires[default to null]
created_atStringTimestamp when the invitation was created[default to null]
updated_atStringTimestamp when the invitation was last updated[default to null]

[Back to Model list] [Back to API list] [Back to README]