cURL
curl --request GET \ --url https://api.eden.art/v2/agents/{agentId}/permissions \ --header 'X-Api-Key: <api-key>'
{ "permissions": [ { "_id": "<string>", "agent": "<string>", "user": { "_id": "<string>", "userId": "<string>", "username": "<string>", "userImage": "<string>" }, "level": "<string>", "grantedAt": "<string>" } ] }
Retrieve the list of users who have access permissions to an agent and their permission levels.
Default Response
Show child attributes