group at invite time to control what they can do with workspace applications.
Request
POST 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 to invite the member to.
The personal invite code of the user you want to add. Ask them to retrieve it from the Get Invite Code endpoint.
The permission group to assign to the new member, which controls their access to workspace applications. Contact your Virtus Cloud account documentation for available group names.
Response
Returns
"success" when the member is added to the workspace successfully.