/settings/permissions

The following are requests related to permissions for users and roles. The base URL is /BusinessFlow/rest/v1/settings/permissions.

Note: When ASMS is configured to fetch user data from an LDAP server, the current permissions in the LDAP may not reflect the current permissions in ASMS. The current permissions in ASMS will reflect the LDAP permissions at the time ASMS last fetched the information from the LDAP. Each user's information is fetched and updated upon login; this includes the list of roles the user is assigned, the list of permissions the user inherits, and the list of users assigned the fetched roles.

Note: Permissions APIs can only be run by administrator users. Other users who attempt to use the APIs will receive an error.

Note: Administrator users cannot be edited. An attempt to edit the permissions of administrator users through the API will result in an error. This is true even though administrator users can be retrieved using the GET /user (see GET /user ) permissions API.