Endpoint is used to import users from your system into Repsly.

Request definition

NameTypeDescription
UsersList of User objectList of objects defined for single user import.

Response definition

NameTypeDescription
CodeIntegerError identifier (0 = no errors)
MessageString (255)Response affirmative or error message
ValueStringThe value set for that user. If the value is null than the value is not set.
Summary\CurrentUsersActiveIntegerNumber of active users before import.
Summary\NewUsersActiveIntegerNumber of active users after import.
Summary\RowsTotalIntegerNumber of affected records (users) during import.
Summary\RowsInsertIntegerNumber of new users inserted during import.
Summary\RowsUpdateIntegerNumber of updated existing users during import.
Summary\RowsInvalidIntegerNumber of records with invalid data submitted.
Summary\ValidationErrorsDictionary(String,Array(String))All import validation errors grouped by user identifier.

Language