cURL
curl --request GET \ --url https://app.tryordinal.com/api/v1/users \ --header 'Authorization: Bearer <token>'
[ { "id": "550e8400-e29b-41d4-a716-446655440010", "email": "[email protected]", "firstName": "John", "lastName": "Doe" }, { "id": "550e8400-e29b-41d4-a716-446655440011", "email": "[email protected]", "firstName": "Jane", "lastName": "Smith" } ]
List all users in the workspace
API key authentication. Generate an API key from your workspace settings.
List of users
Was this page helpful?