To create a new business user, send a POST request to /v2/users. Business User will be automatically created .
/v2/users
POST https://beta.picosbs.com/api /v1/usersarrow-up-right
POST
https://beta.picosbs.com/api /v1/users
Headers
Content-Type
application/json
Authorization
Bearer <token>
X-API-Token
<token>
Body
name
string
Name of the user
age
number
Age of the user
Response
{ "id": 1, "name": "John", "age": 30 }
{ "error": "Invalid request" }
Last updated 9 months ago