Get all members of a workspace
cURL
curl --request GET \ --url https://s-server-demo.siftd.ai/api/workspaces/{workspace_id}/members \ --header 'Authorization: Bearer <token>'
[ { "created_time": "<string>", "role": "<string>", "updated_time": "<string>", "user_id": "<string>" } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Workspace ID
Organization ID
Limit the number of workspace members returned
Offset the workspaces members returned
OK
Was this page helpful?