LynceaAPI

Add member

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

In: header

Path Parameters

projectId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://api.monitoring.crahe-arthur.com/api/v1/projects/string/members" \  -H "Content-Type: application/json" \  -d '{    "userId": "018f7b9a-2fb6-48e4-bc02-2e5d9d9f1f9a",    "role": "viewer"  }'
{
  "userId": {},
  "projectId": {},
  "email": "string",
  "fullName": "string",
  "role": {},
  "addedAt": "string",
  "updatedAt": "string"
}