/
API/Member/DemographicSync
API/Member/DemographicSync
Triggers the Demographic Synchronization process. Allows for periodic synchronization without relying on users to actually log in through SSO.
Workflow Attribute names are case-sensitive. Attribute names must be capitalized in the payload exactly as they are configured in LearningBuilder.
Overview
Accepts as input a list of Unique Identifiers that identify the Members
to update.
Adds those identifiers to a queue for processing in the background.
Calling the API
Authentication
Requires an API Key with the DEMOGRAPHIC_SYNC
permission.
Request
POST /API/Member/DemographicSync
args={list of Unique Ids}
Form Parameter | Description |
---|---|
| Required: List of Unique Identifiers to synchronize |
1 You must provide either TaskGroupId
or TaskGroupTitle
, but not both.
Response
If successful:
{
"success": true,
}
If unsuccessful:
{
"success": false,
"errors": [array of strings]
}
, multiple selections available,
Related content
API Documentation
API Documentation
More like this
API/WorkflowInstance/SetAttributeValues
API/WorkflowInstance/SetAttributeValues
Read with this
Demographic Synchronization Service
Demographic Synchronization Service
More like this
xAPI Integration
xAPI Integration
Read with this
Demographic Synchronization via CSV
Demographic Synchronization via CSV
More like this
API/ActivityInstance/GetOrCreate
API/ActivityInstance/GetOrCreate
Read with this