User
A User is an administrator who can manage store settings and data.
Properties
idstringRequiredThe user's ID
created_atDateRequiredThe date with timezone at which the resource was created.
updated_atDateRequiredThe date with timezone at which the resource was updated.
deleted_atnull | DateRequiredThe date with timezone at which the resource was deleted.
The user's role. These roles don't provide any different privileges.Default: member
memberemailstringRequiredThe email of the User
first_namestringRequiredThe first name of the User
last_namestringRequiredThe last name of the User
password_hashstringRequiredapi_tokenstringRequiredAn API token associated with the user.
metadataRecord<string, unknown>RequiredAn optional key-value map with additional details
Was this section helpful?