post https://api.sandbox.zusapi.com/auth/users
Creates a user.
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Response
Creates a user.
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
14curl --request POST \
--url https://api.sandbox.zusapi.com/auth/users \
--header 'accept: application/vnd.api+json' \
--header 'content-type: application/vnd.api+json' \
--data '
{
"data": {
"type": "auth/users",
"attributes": {
"userType": "individual"
}
}
}
'
Try It!
to start a request and see the response here! Or choose an example: