Note that this API call does not automatically initiate an LDAP sync. Rather, if a 201 is returned, the sync job is queued successfully, and is performed when the instance is ready.
POST /admin/ldap/users/:username/sync
Status: 201 Created
{
"status": "queued"
}