Cargado API is in beta. The API may change in breaking ways.
cURL
curl --request POST \ --url https://api.cargado.com/users/syncByEmail \ --header 'Content-Type: application/json' \ --header 'api-key: <api-key>' \ --data ' { "users": [ { "email": "<string>", "externalId": "<string>" } ] } '
{ "results": [ { "status": "MATCHED", "email": "<string>", "id": "<string>", "externalId": "<string>" } ] }
Sync user external IDs by email. Matches users in your organization by email and assigns each an externalId for use in subsequent API calls (e.g., load sync coverage assignment).
Show child attributes
Ok