Create Role

Authentication

AuthorizationBearer

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

Headers

X-Polytomic-VersionstringOptional

Request

This endpoint expects an object.
namestringRequired
organization_idstringOptionalformat: "uuid"

Response

OK
dataobject

Errors

400
Roles Create Request Bad Request Error
401
Roles Create Request Unauthorized Error
403
Roles Create Request Forbidden Error
404
Roles Create Request Not Found Error
500
Roles Create Request Internal Server Error