role

Represents a role that can be assigned to organization members, defining their permissions and access levels.

Examples

type Role {
  id: String
  name: String
  description: String
}

Fields

Field
Description
Supported fields

id String

Unique identifier of the role

name String

Human-readable name of the role

description String

Detailed description of the role's purpose and permissions

References

Queries using this object:

Fields with this object:

Last updated