Update the user membership in a workspace
cURL
curl --request PUT \ --url https://s-server-demo.siftd.ai:9800/api/workspaces/{workspace_id}/members/{member_user_id} \ --header 'Authorization: Bearer <token>'
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Workspace ID
User ID
Organization ID
Role to assign to the user
Workspace membership updated
Was this page helpful?