- AuditDashboard Developer Portal
- Clients
- Divisions
- Engagements
- Get Engagements by StatusGET
- Create EngagementsPOST
- Update EngagementPUT
- Update Engagement StatusesPATCH
- Delete EngagementsDELETE
- Get Engagement DetailsGET
- Update EngagementPUT
- Update Engagement StatusPATCH
- Delete EngagementDELETE
- Download Engagement DocumentsGET
- Download Engagement Request ReportGET
- Download 'All Engagements' ReportGET
- Insights
- Requests
- Get Engagement Requests
- Get Request by ID
- Update Request Details
- Update Request Status and Priority
- Delete Request
- Create Requests
- Update Multiple Requests
- Update Request Status and Priority
- Delete Multiple Requests
- Get Request History Feed
- Get Request Activity Feed
- Add Comment to Request
- Delete a Request Comment
- Delete a Request Document
- Download Request Documents
- Update Multiple Request Restrictions
- Update Single Request Restrictions
- Upload Request Document
- Users
- Authorization
- Trash
Update Multiple Users
PUT
/api/public/users
Users
Request
Body Params application/json
array of:
UserID
integer <int32>
optional
FirstName
string | null
optional
LastName
string | null
optional
Email
string | null
optional
Phone
string | null
optional
Mobile
string | null
optional
Fax
string | null
optional
Title
string | null
optional
HomeOffice
string | null
optional
DisableContactSharing
boolean | null
optional
SummaryEmailFrequency
enum<integer> <int32>
optional
Allowed values:
012
EngagementChangeEmailType
enum<integer> <int32>
optional
Allowed values:
0116383
RequestChangeEmailType
enum<integer> <int32>
optional
Allowed values:
0124816383
Divisions
array[integer <int32>] | null
optional
Companies
array[integer <int32>] | null
optional
Roles
array[integer <int32>] | null
optional
If not provided, the
General
role will be assigned.Example
[
{
"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
🟢200OK
This response does not have a body.
🟠400Bad Request
🟠401Unauthorized
🟠403Forbidden
🔴500Server Error
Modified at 2025-03-24 12:24:39