Update a broker user
PUT
/BrokerUser/{id}
Brokers
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT '/BrokerUser/' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "g98df2",
"userID": "USER4012",
"salutation": "Ms",
"firstName": "Rashad",
"initial": "F",
"lastName": "Hayes",
"jobTitle": "Internal Mobility Director",
"phone": "(771) 656-6302",
"fax": "705.988.0936 x59767",
"scanID": "KW9OGD",
"notificationEmail": "Ruby_Reinger23@hotmail.com",
"bio": "grouper devotee, veteran 🙎🏿♂️",
"active": false,
"attendanceType": "proident Duis minim",
"brokerID": "0607",
"productNegotiator": true,
"atShowNegotiator": true,
"reportViewer": false,
"clientPortalAdmin": true,
"canChat": true
}'
Response Response Example
200 - Example 1
{
"id": "string",
"modifiedDate": "2019-08-24T14:15:22Z",
"userID": "string",
"salutation": "string",
"firstName": "string",
"initial": "strin",
"lastName": "string",
"jobTitle": "string",
"phone": "string",
"fax": "string",
"scanID": "string",
"notificationEmail": "string",
"bio": "string",
"active": true,
"attendanceType": "Both",
"brokerID": "string",
"productNegotiator": true,
"atShowNegotiator": true,
"reportViewer": true,
"clientPortalAdmin": true,
"canChat": true
}
Request
Path Params
id
string
required
Body Params application/json
Responses
Modified at 2025-05-15 20:22:47