For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Search docs
/
Ask AI
Dev Portal
Docs
API Reference
Learn
Community
Changelog
Developer
Developer
Developer
Developer
GraphQL
B2B
Queries
user
Copy page
Details of a company user. Requires a B2B Token.
Arguments
companyId
Integer
Required
The id of the company. This field is required.
userId
Integer
Required
The id of the user. This field is required.
Returns
an optional UserType
id
String
createdAt
Integer
updatedAt
Integer
firstName
String
lastName
String
email
String
bcId
Integer
role
Integer
phone
String
masqueradingCompanyId
Integer
uuid
String
The uuid of user
extraFields
list of optional UserExtraFieldsValueType
extra fields of this user
Show 2 properties
companyRoleId
Integer
User company role
companyRoleName
String
User company role name
companyInfo
CompanyInfoType
Company information of user
Show 9 properties