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