Privileges
Privileges are a part of internal roles, and can be created or modified using the REST calls specified in Internal objects. Additionally, openidm/privilege can be used for getting information about privileges on a resource as they apply to the authenticated user.
| URI | HTTP Operation | Description | 
|---|---|---|
/openidm/privilege?_action=listPrivileges  | 
POST  | 
Lists an array of privilege paths for the authenticated user, with additional detail required by the admin UI.  | 
/openidm/privilege/resource  | 
GET  | 
Lists the privileges for the logged in user associated with the given resource path.  | 
/openidm/privilege/resource/guid  | 
GET  | 
Lists the privileges for the logged in user associated with the specified object.  |