Sync LDAP mapping for a team

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/teams/:team_id/sync

Response

Status: 201 Created
{
  "status": "queued"
}