cURL
curl --request GET \ --url https://api.example.com/workspaces/{workspace_id}/memberships/{user_id} \ --cookie fastapiusersauth=
{ "user_id": "<string>", "workspace_id": "<string>" }
Get a workspace membership for a user.
Successful Response
Was this page helpful?