@kagamidigital/salt-sdk-mirror
    Preparing search index...

    Type Alias AccessRole

    AccessRole: "owner" | "member" | "agent"

    A human-readable name for an access level, accepted anywhere an access level is set so callers can write 'owner' instead of 1.

    • 'owner' → 1
    • 'member' → 2
    • 'agent' → 3

    'member' here is a permission tier, not the old name for a Collaborator: a collaborator is someone attached to the organisation, and owner/member/agent are the tiers they may hold. The Salt API uses the same split, so the tier names are deliberately unchanged.