APIReferenceREST (HTTP/JSON)External sync serviceSyncOrganizationSynchronizes an organization's users and groupsPOST/api/v1/external-syncRequest Bodyapplication/jsonRequiredbodyRequiredobjectcURLPythoncurl -X POST "<API_URL>/api/v1/external-sync" \ -H "Authorization: Bearer <API_KEY>" \ -H "Content-Type: application/json" \ -d '{}'200defaultA successful response.Response{ "externalSync": { "organizationId": "string", "mostRecentSyncDate": "2019-08-24T14:15:22Z", "mostRecentSyncByUserId": "string", "scimServerUrl": "string", "tokenCreatedDate": "2019-08-24T14:15:22Z", "tokenLifetimeSeconds": 0, "mostRecentTokenByUserId": "string" }, "existingUserCount": 0, "addedToOrganizationUserIds": [ "string" ], "createdUsers": [ { "userId": "string", "userName": "string", "organizations": [ { "organizationId": "string", "organizationName": "string" } ] } ], "deactivatedUserIds": [ "string" ], "existingGroupCount": 0, "createdUserGroups": [ { "userGroupId": "string", "name": "string", "roleId": "string", "isDefault": true, "resources": { "assetIds": [ "string" ], "allAssets": true }, "userIds": [ "string" ], "isExternal": true } ], "deletedUserGroupNames": [ "string" ] }PreviousListExternalSyncTokens GETNextSchemaless Ingestion POST