cURL
curl --request GET \ --url https://api.geogen.io/v1/workspace/members \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": [ { "id": "<string>", "userId": "<string>", "email": "<string>", "name": "<string>", "role": "owner", "status": "<string>" } ], "count": 123 }
Get all team members in the workspace.
API key authentication. Format: Bearer wsk_your_api_key
Successful response
Show child attributes