Cargado API is in beta. The API may change in breaking ways.
cURL
curl --request POST \ --url https://api.cargado.com/teams/syncByEmail \ --header 'Content-Type: application/json' \ --header 'api-key: <api-key>' \ --data ' { "teams": [ { "email": "<string>", "externalId": "<string>" } ] } '
{ "results": [ { "status": "MATCHED", "email": "<string>", "id": "<string>", "externalId": "<string>" } ] }
Sync team external IDs by email. Matches teams 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