Request the current user's permissions for a given project
GET/permission/me
Returns a list of permissions for the current user in the given project. To retrieve permissions for all projects, specify project_id as '0'.
Request
Responses
- 200
- 4XX
- 5XX
Returns 'PermissionNames'
The request failed because invalid request parameters or data were supplied or access was denied.
The request failed because an error occurred during processing of the request.