Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 1.03 KB

File metadata and controls

23 lines (21 loc) · 1.03 KB

User

Properties

Name Type Description Notes
id String The user's ID
role RoleEnum The user's role
email String The email of the User
firstName String The first name of the User
lastName String The last name of the User
apiToken String An API token associated with the user.
createdAt OffsetDateTime The date with timezone at which the resource was created.
updatedAt OffsetDateTime The date with timezone at which the resource was updated.
deletedAt OffsetDateTime The date with timezone at which the resource was deleted.
metadata Object An optional key-value map with additional details

Enum: RoleEnum

Name Value
ADMIN "admin"
MEMBER "member"
DEVELOPER "developer"