Last updated 11 months 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
curl -L \ --request POST \ --url 'https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/whitelabel/projects/{projectId}/members' \ --header 'x-api-key: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{ "usernameOrEmail": "janjongboom" }'
{ "success": true, "error": "text" }