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
B2B
Types
Objects
AccountSettingType
OBJECT
Copy page
Fields
firstName
String
Optional
User first name
lastName
String
Optional
User last name
company
String
Optional
Company for user
phoneNumber
String
Optional
User phone number
email
String
Optional
User email
formFields
list of optional
FormFieldsType
Optional
List of address form fields
Show 2 fields
role
Integer
Optional
User role. Required. 0 - Admin, 1 - Senior Buyer, 2 - Junior Buyer
extraFields
list of optional
UserExtraFieldsValueType
Optional
extra fields of this user
Show 2 fields
companyRoleId
Integer
Optional
Company user role id
companyRoleName
String
Optional
Company user role name
Referenced by
Queries
accountSettings
Fields
UpdateAccount.result