Updates a list of users and their associated records, such as roles, offices, and divisions.
Request
Body Params application/json
[
{
"UserID": 0,
"FirstName": "string",
"LastName": "string",
"Email": "string",
"Phone": "string",
"Mobile": "string",
"Fax": "string",
"Title": "string",
"HomeOffice": "string",
"DisableContactSharing": true,
"SummaryEmailFrequency": 0,
"EngagementChangeEmailType": 0,
"RequestChangeEmailType": 0,
"Divisions": [
0
],
"Companies": [
0
],
"Roles": [
0
]
}
]
Responses
OK: Users have been successfully updated.
This response does not have a body.
Modified at 2025-03-24 12:24:39