cURL
curl --request POST \ --url https://api.tightknit.ai/admin/v0/members/check \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "email": "[email protected]" } '
{ "success": true, "data": { "is_member": true, "is_deactivated": true, "is_forgotten": true } }
Checks whether a member with the given email exists in the community. Useful for gating access in external auth flows (e.g. Auth0 custom actions).
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Email address to check
1 - 254
"[email protected]"
Check completed successfully.
true
Show child attributes
Was this page helpful?
Contact support