Request
PATCH https://api.virtuscloud.app/v2/workspaces/members
Headers
Your Virtus Cloud API key. Pass it directly as the header value — no prefix required.Example:
Authorization: vc_live_xxxxxxxxxxxxBody
The unique identifier of the workspace containing the member whose permissions you want to update.
The user ID of the member whose permission group you want to change. Retrieve member IDs from the Get Workspace endpoint.
The new permission group to assign to the member. This controls what actions the member can take on workspace applications.
Response
Returns
"success" when the member’s permissions are updated successfully.