POST:organizations/roles.json
POST:organizations/roles.json
Description
Create one or multiple roles.
You cannot give more permissions to roles than you currently have.
Topic: Roles
Query Parameters
organization_id: String, required
Unique organization identifier. See also: Unique Identifiers
Example: ?organization_id=og_EQzGqWoY
Request Body
Array of RoleCreate
[ { "name": "Administrator", "permissions": [ "" ] } ]
Response Body
Array of Role
Response Body Type
Loading module