GET Permission Sets ID
The GET /PermissionSets/{id} operation returns a permission set by GUID. On success, the operation returns HTTP 200 OK with details for the specified permission set.
Table 674: GET Permission Sets{id} Input Parameters
| Name | In | Description |
|---|---|---|
| id | Path |
Required. A string indicating the Keyfactor Command reference GUID of the permission set to retrieve. Use the GET Permission Sets operation to retrieve a list of all the permission sets to determine the permission set's ID. |
Table 675: GET Permission Sets {id} Response Data
| Name | Description |
|---|---|
| Id | A string containing the Keyfactor Command reference GUID for the permission set. |
| Permissions |
An array of strings containing the permissions assigned to the permission set. See Security Structure for an overview of the possible permissions. |
Was this page helpful? Provide Feedback