salt-sdk
    Preparing search index...

    Type Alias Invitation

    An invitation for a user to join a specific organisation. Organisations contain Accounts, but not all accounts will neccessarily be visible to all Members of the organisation. You can list invitations by calling Salt.getOrganisationsInvitations, and accept them by calling Salt.acceptOrganisationInvitation.

    type Invitation = {
        _id: string;
        accessLevel: number;
        organisation_id: string;
    }
    Index

    Properties

    _id: string

    The internal ID of the invitation.

    accessLevel: number

    The access level that this user will have after accepting the invitation

    organisation_id: string

    The ID of the organisation that sent the invitation