API v2
cURL
curl --request GET \ --url https://productlane.com/api/v2/members \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "email": "<string>", "name": "<string>", "image_url": "<string>", "joined_at": "<string>" } ], "page": { "cursor": "<string>", "has_more": true, "limit": 123 } }
List workspace members. Cursor-paginated. Requires the admin scope.
Documentation IndexFetch the complete documentation index at: https://productlane.mintlify.dev/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://productlane.mintlify.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1 <= x <= 200
Successful response
Show child attributes