Skip to main content
Skip to main content

User

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

Properties

api_tokenstringRequired
An API token associated with the user.
created_atDateRequired
The date with timezone at which the resource was created.
deleted_atnull | DateRequired
The date with timezone at which the resource was deleted.
emailstringRequired
The email of the User
first_namestringRequired
The first name of the User
idstringRequired
The user's ID
last_namestringRequired
The last name of the User
metadataRecord<string, unknown>Required
An optional key-value map with additional details
password_hashstringRequired
roleUserRolesRequired
The user's role. These roles don't provide any different privileges.

Default: member

updated_atDateRequired
The date with timezone at which the resource was updated.
Was this section helpful?