GET Security My Permissions
The GET /Security/My/Permissions operation lists permissions configured in Keyfactor Command for the current user across all roles. There are no input parameters for this operation other than the standard headers (see Endpoint Common Features).
Tip: The following permissions (see Security Roles and Claims) are required to use this feature:
None (requires that the user is authenticated)
Table 746: 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.
|
Tip: See the Keyfactor API
An API is a set of functions to allow creation of applications. Keyfactor offers the Keyfactor API, which allows third-party software to integrate with the advanced certificate enrollment and management features of Keyfactor Command. Reference and Utility, which allows you to call API operations and view results. It is primarily intended for validation, testing, and workflow
A workflow is a series of steps necessary to complete a process. In Keyfactor Command, it refers to the workflow builder, which allows you to automate event-driven tasks such as when a certificate is requested, revoked or found in a certificate store. development, and also serves as an interactive supplement to this API documentation. You can access it from the help menu (
) in the Management Portal.
Was this page helpful? Provide Feedback