For AI agents: a documentation index is available at the root level at /llms.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Developer
Developer
Search docs
/
Ask AI
Dev Portal
Docs
API Reference
Learn
Community
Changelog
GraphQL
Account
Types
Objects
StoreUser
OBJECT
Copy page
A user belonging to a store.
Fields
id
String
Required
The ID of the object.
apps
AppsConnection
Required
Apps accessible by the user on the store.
Show arguments and fields
email
String
Required
The email for the user.
firstName
String
Required
First name.
lastName
String
Required
Last name.
locale
String
Required
User preferred locale.
permissions
list of Strings
Required
The permissions for the user on the store.
lastLoginAt
Datetime
Optional
When the user last logged in.
status
StoreUserStatus
Optional
Current status of the user for the store.
Allowed values:
ACTIVE
INACTIVE
updatedAt
Datetime
Optional
When was the user last updated.
Referenced by
Fields
StoreUserEdge.node