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