POST /folders/{id}/permissionsAsk AIpost https://api.cmp.optimizely.com/v3/folders/{id}/permissionsExperimental Grant folder access to users or teamsPath ParamsidstringrequiredUnique identifier of the folderBody ParamsPayload to add list of accessors to folder permissionstypestringenumrequiredType of the accessoruserteamAllowed:userteampermissionsarray of objectsrequiredlength ≥ 1List of permissions to be granted to folderpermissions* objectidstringrequiredUnique identifier of accessoraccess_typestringenumrequiredlevel of access the accessor has to the foldervieweditAllowed:vieweditis_ownerbooleanDefaults to falseIndicates if the accessor is the owner of the folder. A team cannot be an owner.truefalseADD objectResponses 204Permission access granted 400Client error 401Authorization error 403Permission error 404Not found errorUpdated 7 months ago