Allows to give write premission on folder/path
POST {{baseUrl}}/accessTokenPermissions
Allows users (tenant) to give write permission on folder/path. This API can only be accessed by tenant admin. Tenant admin can also provide write permission on subtenant folder. Write permission on root folder can also be given, except TSI folder
Request Body
{"path"=>"<string>", "permission"=>"<string>", "subtenantId"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{"id":"veniam Excepteur","path":"/myfolder1/myfolder2","subtenantId":"204a896c-a23a-11e9-a2a3-2a2ae2dbcce4","permission":"WRITE","created":"2019-11-12T13:36:00.000Z"}