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
Bad Request
Forbidden
{- "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"
}