URL
POST https://{api-url}/api/v2/tenants/{tenantId}/rba/categories
Sample URLs
https://{api-url}/api/v2/tenants/client_93/rba/categories
https://{api-url}/api/v2/tenants/msp_92/rba/categories
Parameters
Field | Data Type | Description |
---|---|---|
name | String | Name of the category |
parent
| String | (Optional) Specify the parent ID of the category to create a subcategory. |
Status code
200 OK
Sample request
{
"name": "CLIENT-Category",
"parent": {
"id": 27
}
}
Sample response
{
"id": 28,
"name": "CLIENT-Category"
}