GET Security My Permissions
The GET /Security/My/Permissions method is used to list permissions configured in Keyfactor Command for the current user across all roles. This method has no input parameters other than the standard headers (see Endpoint Common Features).
Table 713: GET Permissions Response Data
Name | Description |
---|---|
Permissions |
An array of strings listing the permissions for the current user, gathered from all the user’s roles, in alphabetical order without duplicates. For example: Copy
Note: If the user has both system-wide and granular permissions to a particular area, only the system-wide permissions are returned. For example, if the user has /certificates/collections/read/ (system-wide permissions) and /certificates/collections/read/4/ (permissions on collection 4), only /certificates/collections/read/ is returned.
|



Was this page helpful? Provide Feedback