Skip to main content
Skip to main content

User

A User is an administrator who can manage store settings and data.

Properties

idstringRequired
The user's ID
created_atDateRequired
The date with timezone at which the resource was created.
updated_atDateRequired
The date with timezone at which the resource was updated.
deleted_atnull | DateRequired
The date with timezone at which the resource was deleted.
roleUserRolesRequired
The user's role. These roles don't provide any different privileges.

Default: member

emailstringRequired
The email of the User
first_namestringRequired
The first name of the User
last_namestringRequired
The last name of the User
password_hashstringRequired
api_tokenstringRequired
An API token associated with the user.
metadataRecord<string, unknown>Required
An optional key-value map with additional details
Was this section helpful?