Skip to content

Users

Request

Get Project Users with respect to Role

Security
bearerAuth
Path
projectIdinteger, (int64), >= 1required

ID of the Project

Example:1
Query
roleIdstringANALYST|REVIEWER|OBSERVER|PROJECT_ADMINrequired
Default:"ANALYST"
Enum:"ANALYST""REVIEWER""OBSERVER""PROJECT_ADMIN"
curl -i -X GET \
  'https://codeinsightapi.redocly.app/_mock/swagger/projects/1/users?roleId=ANALYST' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

OK