Organizations
Update Organization Member Permissions
Modify the permissions of an existing member within an organization.
PATCH
Headers
Your API key for authentication.
Path Parameters
The unique identifier of the organization.
Body
The action to perform on the member’s permissions.
Valid values: "add"
, "remove"
, "reset"
, "set"
The user ID of the member whose permissions are being modified.
A list of permissions to update.
Valid values: "owner"
, "admin"
, "operator"
, "viewer"
Response
Contains the updated permissions for the user.
The updated list of permissions assigned to the user.
Always null
on success.