v1

latestOpenAPI 3.0.02026-07-24212113249.1 KB
Permissions

Create a permission

post/permissions

Headers

organizationstring required

The URL of the end-user web application

Request body

namestring required

Permission name

descriptionstring required

Description of the permission

subjectObjectId required
actionsstring[] required

The actions that this permission allows to be performed on the subject

Response

Permission created

idstring required

Permission ID

namestring required

Permission name

descriptionstring required

Permission description

actionsstring[] required

The actions that this permission allows to be performed on the subject

Example response

{
  "subject": {
    "id": "896632c05f1a59b6d395b963",
    "fields": [
      "name",
      "address"
    ],
    "entity": "accountstatuses"
  }
}