Updates user's attributfoes or delete users on a bulk basis.
When setting attributes, any of the user's existing attributes not specified in the payload will be left in-place.
Array of objects (bulk_update_object) Array of combination of identifier and actions. |
OK
The request is invalid. A required attribute is missing or an attribute did not meet the expected criteria.
Authentication credentials were not provided or are invalid.
{- "updates": [
- {
- "identifier": {
- "user_id": "string"
}, - "actions": [
- {
- "type": "set-attribute",
- "attribute": {
- "field": "string",
- "value": "string"
}
}
]
}, - {
- "identifier": {
- "foreign_key": {
- "foreign-system": "string"
}
}, - "actions": [
- {
- "type": "delete-user"
}
]
}
]
}
{- "message": "string",
- "job_id": "string"
}