Manage Permission Sets
Get,update and delete a permission set.
Get details of a permission set
Path Parameters
- tenantId
Describes the clientId or mspId of the tenant
- id
Permission set ID
Responses
- name
- description
- permissions
- scope
- Enum:
- MSPCLIENT
Default: CLIENT
- clientUUID
- partnerUUID
Loading Examples...
Update a permission set
Path Parameters
- tenantId
Describes the clientId or mspId of the tenant
- id
Permission set ID
Request Body
application/json
- description
- permissions
- clientUuid
Request Body Samples
{
"name": "Client Full Administration",
"description": "Permission to manage a client"
}
Responses
- name
- description
- permissions
- scope
- Enum:
- MSPCLIENT
Default: CLIENT
- clientUUID
- partnerUUID
Response Samples
{
"name": "Client Administration",
"description": "Permission to manage a client",
"scope": "CLIENT",
"clientUUID": "c3a28d05-29b0-488b-9b67-33f5de8677d5",
"permissions": [
{
"name": "administration",
"type": "administration"
}
]
}
Delete a permission set
Path Parameters
- tenantId
Describes the clientId or mspId of the tenant
- id
Permission set ID