Skip to main content
POST
/
teams
/
syncByEmail
Sync teams by email
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>"
    }
  ]
}

Authorizations

api-key
string
header
required

Body

application/json
teams
object[]
required

Response

Ok

results
object[]
required