Skip to main content
POST
Add permissions to an Entity

Authorizations

Authorization
string
header
required

Access Token Authentication

Path Parameters

entityId
string<uuid>
required

The id of the Entity

Body

application/json

A request to add permissions

permissionLevel
enum<string>

The available Permission Levels.

Available options:
Viewer,
Contributor,
Administer,
Owner
principalId
string<uuid>

The id of the Principal

Response

OK