Users
Create User
POST
Authorizations
Body
application/json
Example:
"john@example.com"
Minimum length:
8
Example:
"password123"
Example:
"John Doe"
Example:
"John"
Example:
"Doe"
Example:
"https://example.com/photo.jpg"
Example:
"en-US"
Example:
{ "customField": "value" }
Response
201
application/json
Client created successfully.
Example:
"43fad864-738d-4367-a012-2b8c6948c36a"
Example:
"John Doe"
Example:
"John"
Example:
"Doe"
Example:
"https://example.com/photo.jpg"
Example:
"en-US"
Example:
{ "customField": "value" }