Skip to main content

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

Returns 'PermissionNames'

Schema

    permissions string[]required
Loading...