Last updated 12 months ago
Was this helpful?
Change the role of a member in an organization.
Organization ID
Member ID
admin
member
guest
POST /v1/api/organizations/{organizationId}/members/{memberId}/role HTTP/1.1 Host: studio.edgeimpulse.com x-api-key: YOUR_API_KEY Content-Type: application/json Accept: */* Content-Length: 16 { "role": "admin" }
OK
{ "success": true, "error": "text" }