v10

latestOpenAPI 3.0.1raw.githubusercontent.com2025-12-033223581.2 MB
PermissionPolicy

Retrieve Permission Policy

Retrieve the permission policy for the UUID

get/organizations/{orgId}/permissionpolicies/{id}

Path parameters

orgIdstring required

UUID of the organization

idstring required

The UUID of the PermissionPolicy to retrieve.

Response

Returns the PermissionPolicy

idstring required

The UUID of the entity.

versioninteger

The version number:

  • Create: On initial Create to insert a new entity, the version is set at 1 in the response.
  • Update: On successful Update, the version is incremented by 1 in the response.
namestring

The name of the Permission Policy.

managedPolicyboolean

Indicates whether this is a system generated Managed Permission Policy.

dtCreatedstring date-time

The date and time (in ISO-8601 format) when the Permission Policy was created.

dtLastModifiedstring date-time

The date and time (in ISO-8601 format) when the Permission Policy was last modified.

createdBystring

The unique identifier (UUID) of the user who created this Permission Policy.

lastModifiedBystring

The unique identifier (UUID) of the user who last modified this Permission Policy.