LynceaAPI

List members

GET
/api/v1/projects/{projectId}/members
AuthorizationBearer <token>

In: header

Path Parameters

projectId*string

Response Body

application/json

curl -X GET "https://api.monitoring.crahe-arthur.com/api/v1/projects/string/members"
{
  "members": [
    {
      "userId": {},
      "projectId": {},
      "email": "string",
      "fullName": "string",
      "role": {},
      "addedAt": "string",
      "updatedAt": "string"
    }
  ]
}