Last updated 1 year ago
Was this helpful?
White label admin only API to add a user to a project. If no user is provided, the current user is used.
Organization ID
Project ID
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" }
OK
{ "success": true, "error": "text" }