Add profile permissions to a specified profile
- Print
- PDF
Add profile permissions to a specified profile
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Post
/api/paps/{papId}/permissions
Security
HTTP
Type bearer
Path parameters
papId
stringRequired
Body parameters
{
"op": "add",
"permission": {
"papId": "n5unkqz5a2jme537o05c",
"name": "BDK8Role",
"type": "role",
"description": null,
"checkStatus": "Success",
"message": "",
"privileged": true,
"source": "britive",
"profilePermissionConstraintsSummaryDTO": null
}
}
object
op
string
Valid values[ "add", "remove" ]
permission
object (AppContainerPapPermission)
name
string
Pattern^((?!(\=)|(\-\-)).)*$
type
string
Pattern^((?!(\=)|(\-\-)).)*$
nativeId
string
appPermissionId
integer (int64)
description
string
permissionScopes
Array of object (PermissionScope)
object
name
string
type
string
scopeId
integer (int64)
parentId
string
nativeId
string
privileged
boolean
source
string
Responses
200
OK
object
Was this article helpful?