Skip to content
FRAGMENT
Search
Ctrl
K
Auto
Light
Dark
API Reference
TypeScript
HTTP
HTTP
TypeScript
TypeScript
Python
Python
API Reference
External Accounts
Create
List
Invoices
Create
List
List History
Retrieve
Search
Update
Products
Create
List
Retrieve
Roles
Create
List
Transactions
Create
List
List History
Retrieve
Search
Search Allocations
Update
Users
Create
List
API Reference
Copy Markdown
Open in
Claude
Open in
ChatGPT
Open in
Cursor
Copy Markdown
View as Markdown
Users
Create
client.users.
create
(
UserCreateParams
{
external_id
,
role
}
body
,
RequestOptions
options
?
)
:
UserCreateResponse
{
data
}
POST
/users
List
client.users.
list
(
RequestOptions
options
?
)
:
UserListResponse
{
data
}
GET
/users
Models
Expand
Collapse
User
{
id
,
external_id
,
role
}
User object
id
:
string
Unique user ID
external_id
:
string
External ID for the user
role
:
string
Role of the user