Set Member Role
Change the role of a member in an organization.
curl --request POST \
--url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/members/{memberId}/role \
--header 'content-type: application/json' \
--header 'x-jwt-token: REPLACE_KEY_VALUE' \
--data '{"role":"admin"}'
Last updated
Was this helpful?