Types > Role
Commerce APITypesRole

Role

Description

Topic: Roles

Fields

created_at: String!

The date and time when the role was created, RFC 3339 format

Example: "2014-09-04T12:23:34Z"

Timestamp (RFC 3339)


id: String!

Unique role identifier. See also: Unique Identifiers

Example: "ro_EQzGqWoY"


name: String!

The name of the role

Example: "Administrator"


permissions: [String!]!

A set of permission bits describing this role


updated_at: String!

The date and time when the role was last updated, RFC 3339 format

Example: "2014-09-04T12:23:34Z"

Timestamp (RFC 3339)

Used By

Mutations

organizationsRolesCreate, organizationsRolesModify

Queries

organizationsRoles

Types

Key, OrganizationInvitation, OrganizationUser

Preview (typescript)

Loading module