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

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{&quot;user&quot;:{&quot;custom_role_id&quot;:123456,&quot;email&quot;:&quot;roge@example.org&quot;,&quot;id&quot;:9873843,&quot;name&quot;:&quot;Roger Wilco&quot;,&quot;organization_id&quot;:57542,&quot;role&quot;:&quot;agent&quot;,&quot;role_type&quot;:0}}