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
Inputs
UserUpdateInputType
INPUT
Copy page
Input fields
companyId
Integer
Required
The id of company. This field is required.
userId
Integer
Required
The id of user. This field is required.
firstName
String
Optional
User first name
lastName
String
Optional
User last name
phone
String
Optional
User phone number
role
Integer
Optional
User role.
(0-Admin, 1-Senior Buyer, 2-Junior Buyer).
companyRoleId
Integer
Optional
User company role
uuid
String
Optional
The uuid of user
extraFields
list of optional
UserExtraField
Optional
user extra fields
Show 2 fields
Referenced by
Mutations
userUpdate(userData)