put https://api.followupboss.com/v1/groups/
Update a group.
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Accessibility Restrictions
This is only accessible to admin accounts.
Responses
Update a group.
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Accessibility Restrictions
This is only accessible to admin accounts.
xxxxxxxxxx
11curl --request PUT \
--url https://api.followupboss.com/v1/groups/id \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"distribution": "round-robin",
"type": "Agent",
"claimWindow": 1800
}
'
xxxxxxxxxx
23{
"id": 63,
"name": "Westside",
"type": "Agent",
"distribution": "round-robin",
"defaultUserId": null,
"defaultPondId": null,
"defaultGroupId": null,
"claimWindow": 900,
"nextRoundRobinUser": 334,
"isPrimary": false,
"users": [
{
"id": 199,
"name": "Daniel Corkill",
"firstName": "Daniel",
"lastName": "Corkill",
"role": "Broker",
"pauseLeadDistribution": true
},
]
}