AlphaAlpha Docs
API ReferenceAccess control

Set users with project access

Set which users have access to a specific project

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

In: header

Path Parameters

id*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

userEmails*array<string>

Response Body

application/json

application/json

application/json

application/json

curl -X PUT "http://localhost:18080/api/v1/access-control/projects/string/users" \  -H "Content-Type: application/json" \  -d '{    "userEmails": [      "string"    ]  }'
Empty
{
  "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"
}