Create Role
Create a new role.
Request
URI
POST
https://{api_host}/https://{{host}}:{{port}}/api/v5/rbac/roles
COPY
Request Body
Role of type(s) application/json
Required
Show optional properties
{
"name": "string",
"permissions": [
{}
]
}
{
"id": "string",
"name": "string",
"permissions": [
{
"name": "string"
}
]
}
string
id
Optional
id
string
name
Required
name
Responses
200
Role management.
Operation doesn't return any data structure
401
Unauthorized access
Operation doesn't return any data structure
404
Such resource was not found.
Operation doesn't return any data structure
504
Connection timed out.
Operation doesn't return any data structure
Rbac Operations
POST
Add Ad Settings
POST
Add Ldap Settings
POST
Add New Group
POST
Add New User
POST
Create Role
DELETE
Delete Group For Instance
DELETE
Delete Ldap Settings
DELETE
Delete Role
DELETE
Delete User
GET
Get All Groups
GET
Get All Ldap Settings
GET
Get All Users
GET
Get All Users Per Instance
GET
Get Group
GET
Get Ldap Setting
GET
Get Ldap Settings
GET
Get Role
GET
Get Roles
GET
Get User
PUT
Modify Group Role
PUT
Modify User Role
POST
Query User
POST
Test Connection
PUT
Update Ldap Settings
PUT
Update Role