List all members of the authenticated user’s account.
cURL
curl --request GET \ --url https://app.dacard.ai/api/account/members \ --cookie __session=
{ "members": [ { "userId": "<string>", "accountId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "accountRole": "member", "displayName": "<string>", "companyName": "<string>" } ] }
Clerk session cookie. Authentication is handled by Clerk. Sign in at https://app.dacard.ai/sign-in to obtain a session.
Member list
Show child attributes
Was this page helpful?