Employee Identity (EIAM)
Error Codes
Identity Synchronization
The event callback interface uses HTTP status codes to indicate the success or failure of an operation. The callback service of enterprise applications should refer to the following error codes and error messages for responses. IDaaS will save the returned error codes and error information into the application synchronization records.
| Return Code (code) | Description |
|---|---|
| 200 | success |
| 400 | - Parameter XX already exists, e.g., parameter userName already exists. - Parameter XX cannot be empty, e.g., parameter id cannot be empty. - Parameter XX exceeds the specified length, e.g., parameter name exceeds the specified length. - Parameter XX format is incorrect, e.g., parameter email format is incorrect. |
| 401 | Interface authentication failed |
| 404 | - User does not exist - Organization does not exist |
| 500 | System busy, please try again later |
