Lists all members of the authenticated organization.
cURL
curl --request GET \ --url https://app.octolens.com/api/v2/org/members \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "orgmem_3CiC5zwdWxMVsGsePg1xYkHbQO0", "userId": "user_2abc...", "email": "<string>", "firstName": "<string>", "lastName": "<string>", "role": "member", "createdAt": "2023-11-07T05:31:56Z" } ] }
Documentation IndexFetch the complete documentation index at: https://octolens.com/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://octolens.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Clerk API key. Create one in Settings → API Keys. Pass as Authorization: Bearer <key>.
Authorization: Bearer <key>
200 response
Members of the authenticated organization.
Show child attributes
Was this page helpful?