Workspace Users
Update workspace invitation
Update the role for an unclaimed invitation to a workspace. Throws 403 if Access Controls are not available for the organization.
PUT
/
workspaces
/
{workspace_id}
/
invitations
/
{invitation_id}
Authorizations
Bearer authorization using your Personal Access Token. Generate a new PAT on your user settings page.
Path Parameters
ID of the workspace
ID of the invitation
Body
application/json
The new role to be associated with this invitation that will be applied to the user once the invite is claimed.
Available options:
owner
, editor
, operator
, viewer
Was this page helpful?