Back to Node Auth0

Interface GetOrganizationInvitationResponseContent

docs/interfaces/management.Management.GetOrganizationInvitationResponseContent.html

5.9.13.2 KB
Original Source

Interface GetOrganizationInvitationResponseContent

interface GetOrganizationInvitationResponseContent {
id?: string;
organization_id?: string;
inviter?: OrganizationInvitationInviter;
invitee?: OrganizationInvitationInvitee;
invitation_url?: string;
created_at?: string;
expires_at?: string;
client_id?: string;
connection_id?: string;
app_metadata?: AppMetadata;
user_metadata?: UserMetadata;
roles?: string[];
ticket_id?: string;
}

Index

Properties

id?organization_id?inviter?invitee?invitation_url?created_at?expires_at?client_id?connection_id?app_metadata?user_metadata?roles?ticket_id?

Properties

Optionalid

id?: string

The id of the user invitation.

Optionalorganization_id

organization_id?: string

Organization identifier.

Optionalinviter

inviter?: OrganizationInvitationInviter

Optionalinvitee

invitee?: OrganizationInvitationInvitee

Optionalinvitation_url

invitation_url?: string

The invitation url to be send to the invitee.

Optionalcreated_at

created_at?: string

The ISO 8601 formatted timestamp representing the creation time of the invitation.

Optionalexpires_at

expires_at?: string

The ISO 8601 formatted timestamp representing the expiration time of the invitation.

Optionalclient_id

client_id?: string

Auth0 client ID. Used to resolve the application's login initiation endpoint.

Optionalconnection_id

connection_id?: string

The id of the connection to force invitee to authenticate with.

Optionalapp_metadata

app_metadata?: AppMetadata

Optionaluser_metadata

user_metadata?: UserMetadata

Optionalroles

roles?: string[]

List of roles IDs to associated with the user.

Optionalticket_id

ticket_id?: string

The id of the invitation ticket

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties idorganization_idinviterinviteeinvitation_urlcreated_atexpires_atclient_idconnection_idapp_metadatauser_metadatarolesticket_id