User
A User is an administrator who can manage store settings and data.
Properties
id
stringRequiredThe user's ID
created_at
DateRequiredThe date with timezone at which the resource was created.
updated_at
DateRequiredThe date with timezone at which the resource was updated.
deleted_at
null | DateRequiredThe date with timezone at which the resource was deleted.
The user's role. These roles don't provide any different privileges.Default: member
member
email
stringRequiredThe email of the User
first_name
stringRequiredThe first name of the User
last_name
stringRequiredThe last name of the User
password_hash
stringRequiredapi_token
stringRequiredAn API token associated with the user.
metadata
Record<string, unknown>RequiredAn optional key-value map with additional details
Was this section helpful?