Updates the details of a specific user by their unique ID, including 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: User has been successfully updated.
This response does not have a body.
Modified at 2025-03-24 12:24:39