On this page

Roles

The roles collection is a multi-entry collection that stores user roles for simplifying user capability management.


Definition

The collection includes the following fields, with required fields indicated by the R symbol:

FieldTypeDescription

name R

A unique role name or title.

capabilities

List of capabilities assigned to this role. Users with this role inherit these capabilities.

createdAt

An automatically generated timestamp indicating when the role was created.

updatedAt

An automatically generated timestamp indicating when the role was last updated.

id

The unique identifier of the record.

Check out the collection definition on GitHub for more details.

Last updated on December 31, 2023 at 17:02