I'm using the v2.2 API to create a new contact by POST to /contacts. I'm finding that the returned content object doesn't include an ID, and also that if I immediately search for the new contact by email right after creating the contact, I get no reply. It seems a search a few minutes later shows the ID.
Â
Is this intended behavior? Is there a reliable way to create a new contact and get the ID?