cURL
curl --request GET \ --url https://app.mlm-platform.com/api/v1/auth/user-by-external-id \ --header 'x-tenant-api-key: <api-key>'
{ "user": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "tenantId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "email": "jsmith@example.com", "membershipTier": "ORDINARY", "parentId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "isActive": true, "canRecruit": true, "isTestUser": true, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } }
Finds an MLM user by their external provider ID.
Tenant API key for authentication
User found
Show child attributes