Dev GuideRecipesAPI ReferenceChangelog
Dev GuideAPI ReferenceChangelogUser GuideDev CommunityOptimizely AcademySubmit a ticketLog In
API Reference

POST /assets/{asset_id}/permissions

Experimental Grant asset access to users or teams

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Unique identifier of the asset

Body Params

Payload to add list of accessors to asset permissions

string
enum
required

Type of the accessor

Allowed:
permissions
array of objects
required
length ≥ 1

List of permissions to be granted to asset

permissions*
string
required

Unique identifier of accessor

string
enum
required

level of access the accessor has to the asset

Allowed:
boolean
Defaults to false

Indicates if the accessor is the owner of the asset. A team cannot be an owner.

Responses
204

Permission access granted

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json