Get Permissions
Select
SaaS
Customer Managed
Get a list of categories and permissions in each category
Responses
- 200
- 404
Success
- application/json
- Schema
- Example (from schema)
Schema
permissions object[]
category object
id int32name stringpermissions object[]
Returns list of permissions associated with the category
id int32name stringcategoryList object[]
Returns a list of categories and their permissions associated with the main category. eg: roles category is belongs to User Management category.
category object
id int32name stringpermissions object[]
id int32name string
{
"permissions": [
{
"category": {
"id": 0,
"name": "string"
},
"permissions": [
{
"id": 0,
"name": "string"
}
],
"categoryList": [
{
"category": {
"id": 0,
"name": "string"
},
"permissions": [
{
"id": 0,
"name": "string"
}
]
}
]
}
]
}
Requested Details not found
Loading...