v1

latestOpenAPI 3.0.42026-08-04342835917.6 KB
Organization

Sets the given member's org-scoped role.

Responds with 404 when the customer is not a member and 409 when changing the role of the organization's last owner.

put/organizations/{organizationId}/members/{customerId}/role

Path parameters

organizationIdstring required

The id of the organization.

customerIdstring uuid required

The id of the member whose role changes.

Request body

role'Owner' | 'Admin' | 'Editor' | 'Viewer' required

Response

No Content