Create a new broker user
POST
/BrokerUser
Brokers
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/BrokerUser' \
--header 'Content-Type: application/json' \
--data-raw '{
"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 - Broker
{
"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
}
Request
Body Params application/json
Responses
Modified at 2025-05-15 20:43:49