Create User

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

org_idstringRequired

Headers

X-Polytomic-VersionstringOptional

Request

This endpoint expects an object.
emailstringRequired
role_idslist of stringsOptional
rolestringOptionalDeprecated

Response

OK
dataobject

Errors

401
Users Create Request Unauthorized Error
403
Users Create Request Forbidden Error
422
Users Create Request Unprocessable Entity Error
500
Users Create Request Internal Server Error