White Label Admin - Add user to a project

White Label Admin - Add user to a project

post

White label admin only API to add a user to a project. If no user is provided, the current user is used.

Authorizations
Path parameters
organizationIdintegerRequired

Organization ID

projectIdintegerRequired

Project ID

Body
all ofOptional
Responses
200
OK
application/json
post
POST /v1/api/organizations/{organizationId}/whitelabel/projects/{projectId}/members HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 33

{
  "usernameOrEmail": "janjongboom"
}
200

OK

{
  "success": true,
  "error": "text"
}

Last updated

Was this helpful?