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.
{
"data": {
"newPermissions": ["viewer", "operator"]
},
"errors": null
}