Create User
POST {{baseUrl}}/api/v2/users
Request Body
{"user"=>{"name"=>{"value"=>"<Error: Too many levels of nesting to fake this schema>"}, "email"=>{"value"=>"<Error: Too many levels of nesting to fake this schema>"}, "custom_role_id"=>{"value"=>"<Error: Too many levels of nesting to fake this schema>"}, "external_id"=>{"value"=>"<Error: Too many levels of nesting to fake this schema>"}, "identities"=>{"value"=>"<Error: Too many levels of nesting to fake this schema>"}, "organization"=>{"value"=>"<Error: Too many levels of nesting to fake this schema>"}, "organization_id"=>{"value"=>"<Error: Too many levels of nesting to fake this schema>"}, "role"=>{"value"=>"<Error: Too many levels of nesting to fake this schema>"}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{"user":{"custom_role_id":123456,"email":"roge@example.org","id":9873843,"name":"Roger Wilco","organization_id":57542,"role":"agent","role_type":0}}