RoleDetail

Role with full permission set

  • object
    Type: string

    Resource type identifier

  • id
    Type: string

    Unique identifier for the role

  • name
    Type: string

    Human-readable role name

  • slug
    Type: string

    URL-safe role identifier

  • description
    Type: string

    Description of the role's purpose

  • is_system
    Type: boolean

    Whether this is a system role (member, billing, admin, owner)

  • permissions
    Type: array string[]

    Permissions granted by this role

  • created_at
    Type: string

    When the role was created

  • updated_at
    Type: string

    When the role was last updated