Synchronizing User Data via HTTP API
Obtain an API Key
Refer to API Keys. Ensure that the role associated with the API key has the necessary permissions to sync user data.
API Overview
Example
Endpoint
User Data Format
UserData
UserRecord
Department Data Format
Info
Pushing department data requires the Departments plugin to be installed and enabled.
DepartmentData
DepartmentRecord
Info
- Pushing data is an idempotent operation.
- If a parent department does not exist when pushing department data, the association cannot be made. You can push the data again after the parent department has been created.
- If a user's department does not exist when pushing user data, the user cannot be associated with that department. You can push the user data again after the department data has been pushed.

