Retrieve

get/v3/projects/roles/role/{role}

Path parameters

rolestring required

The role's unique identifier

Response

200

Example response

{
  "role": {
    "name": "custom",
    "permissions": [
      "enclave_config_logs"
    ],
    "identifier": "custom",
    "created_at": "2023-08-01T00:00:00.000Z"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.