Skip to main content

Get permissions for a resource

Log in to add to favourites
GET/api/management/projects/{projectId}/security/permissions/{resourceType}/{resourceId?}?userId={userId}&language={language}

Parameters

NameParameter typeTypeFormatDescriptionExampleRequired
projectIdpathstringThe project identifier found in the project overview screen of the management consolemovieDbtrue
resourceTypepathstringThe type of resource to retrieve permissions for. Permitted values are: entries, assets, webhookSubscriptions, proxies, eventStreams.true
resourceIdpathstringOptional id of the resource to retrieve permissions for.false
userIdquerystringThe id of the user to retrieve permissions for.true
languagequerystringlanguageThe specified language for the node. If no value is provided then the menu order is removed for all languagesfalse

Responses

HTTP status codeReasonModel
200Success
404Entry not foundError
500Internal server errorError

Examples

HTTP
1
GET: /api/management/projects/movieDb/security/permissions/entries/a65a9d9d-ee64-4c25-a80c-ab5aee00fb9d?userId=a.user

Still need help?

New support request