Get Permitted Projects
POST {{baseUrl}}/rest/api/3/permissions/project
Returns all the projects where the user is granted a list of project permissions.
This operation can be accessed anonymously.
Permissions required: None.
Request Body
{"permissions"=>["<string>", "<string>"]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"projects":[{"id":46671454,"key":"dolore dolor"},{"id":27528873,"key":"elit cupidatat officia fugiat"}]}