Auth0 Node.js SDK - v5.0.0
    Preparing search index...

    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?: string

    The id of the user invitation.

    organization_id?: string

    Organization identifier.

    invitation_url?: string

    The invitation url to be send to the invitee.

    created_at?: string

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

    expires_at?: string

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

    client_id?: string

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

    connection_id?: string

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

    app_metadata?: AppMetadata
    user_metadata?: UserMetadata
    roles?: string[]

    List of roles IDs to associated with the user.

    ticket_id?: string

    The id of the invitation ticket