Add New Group
Add given set of LDAP groups to vcplcm persistence.
Request
URI
POST
https://{api_host}/https://{{host}}:{{port}}/api/v5/rbac/groups
COPY
Query Parameters
string
roleName
Optional
Role name to assign to group.
Request Body
Group of type(s) application/json
Required
Show optional properties
{
"uid": "string",
"authInstanceName": "string"
}
{
"id": "string",
"uid": "string",
"authInstanceName": "string",
"role": {
"id": "string",
"name": "string",
"permissions": [
{
"name": "string"
}
]
}
}
string
id
Optional
id
string
uid
Required
uid
string
authInstanceName
Required
authInstanceName
Responses
200
LDAP groups.
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