Customer Users
Create Customer User
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Example:
"22f210e4-4455-4107-b132-97e8478546ea"
Body
application/json
Example:
{
"id": "9f0cda5a-9f9b-47db-9b7d-d1421448deb5",
"code": "admin",
"label": "Admin"
}
Was this page helpful?