cURL
curl --request GET \ --url https://api.altostrat.io/workspaces/{workspace_id}/members \ --header 'Authorization: Bearer <token>'
{ "data": [ { "user_id": "<string>", "workspace_id": "<string>", "role": "owner", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } ] }
Auth0 JWT token for user authentication.
The unique identifier for the workspace.
"ws_abc123"
A list of members in the workspace.
The response is of type object.
object
Was this page helpful?