GET Permissions

The GET /Permissions method is used to list all area permissions available for use to control user access to all aspects of Keyfactor Command. This method has no input parameters other than the standard headers (see Endpoint Common Features).

Tip:  The following permissions (see Security Roles and Claims) are required to use this feature:

/security/read/

Table 613: GET Permissions Response Data

Name Description
n/a

An array of strings listing the full permissions list in Keyfactor Command.

For example:

Copy

[
"/",
"/agents/",
"/agents/auto_registration/",
"/agents/auto_registration/modify/",
"/agents/auto_registration/read/",
"/agents/management/",
"/agents/management/modify/",
"/agents/management/read/",
"/application_settings/",
"/application_settings/modify/",
"/application_settings/read/",
"/auditing/",
"/auditing/read/",
"/certificate_authorities/",
"/certificate_authorities/modify/",
"/certificate_authorities/read/",
...
"/certificate_stores/",
...
"/ssl/read/",
"/system_settings/",
"/system_settings/modify/",
"/system_settings/read/",
"/workflows/",
"/workflows/definitions/",
]
Tip:  See the Keyfactor API Reference and Utility which provides a utility through which the Keyfactor APIClosed 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. endpoints can be called and results returned. It is intended to be used primarily for validation, testing and workflowClosed 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. It also serves secondarily as documentation for the API. The link to the Keyfactor API Reference and Utility is in the dropdown from the help icon () at the top of the Management Portal page next to the Log Out button.