Modify the permissions of an existing member within an organization.
Your API key for authentication.
The unique identifier of the organization.
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"
Contains the updated permissions for the user.
The updated list of permissions assigned to the user.
Always null
on success.
Modify the permissions of an existing member within an organization.
Your API key for authentication.
The unique identifier of the organization.
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"
Contains the updated permissions for the user.
The updated list of permissions assigned to the user.
Always null
on success.