Organizations
Update Organization Members
Add or remove members from an organization.
PATCH
Headers
Your API key for authentication.
Path Parameters
The unique identifier of the organization.
Body
The action to perform.
Valid values: "add"
, "remove"
The user ID of the member to be added or removed.
A list of permissions to assign when adding a member.
Required only when action
is "add"
.
Valid values: "owner"
, "admin"
, "operator"
, "viewer"
Whether the removal applies to an invite instead of a full member.
Required only when action
is "remove"
.
Response
Always null
upon successful update.
Always null
on success.