Using the Starling Connect Dayforce Connector with Identity Manager, a Synchronization does not create identities in the person table due to the following error:
Error reading requested property "address".
{ "schemas": [
"urn:ietf:params:scim:api:messages:2.0:Error" ], "detail":
"There was an issue processing this request.", "status":: 500}
Filtering to a single user that does not return the 500 Internal Server Error will create the identity as expected.
Example: filter=employeeNumber co "123456"
Even with "continue on error" selected, it will not create identities if one or more return the error.