AlphaAlpha Docs
API ReferenceAccess control

Get users with project access

Get all users who have access to a specific project

GET
/access-control/projects/{id}/users
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:18080/api/v1/access-control/projects/string/users"
[
  {
    "email": "string",
    "firstName": "string",
    "hasFullAccess": true,
    "inheritedFrom": "string",
    "isDirect": true,
    "lastName": "string"
  }
]
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}