User
This is an object representing a user created for your company to access Product API. There is no limit on how many users a company can have, but we recommend one user per your environment.
The user object
Attributes
{
"id": 1783,
"email": "[email protected]",
"first_name": "API",
"last_name": "Staging",
"company": {
"id": 132,
"name": "Example Company",
"products": [
{
"uid": "api",
"active": true
}
]
}
}Sign in a user
Request
Payload
Example
Response
Last updated
Was this helpful?