Server
Jira Data Center / Reference / REST API
GET

Get permissions for the logged in user

Returns all permissions in the system and whether the currently logged in user has them. You can optionally provide a specific context to get permissions for (projectKey OR projectId OR issueKey OR issueId)

Request

Query parameters

issueId

string

projectKey

string

issueKey

string

projectId

string

Responses

Returns a list of all permissions in Jira and whether the user has them.

application/json

PermissionsJsonBean
GET/api/2/mypermissions
1 2 3 4 curl --request GET \ --url 'http://{baseurl}/rest/api/2/mypermissions' \ --user 'email@example.com:<api_token>' \ --header 'Accept: application/json'

Rate this page: