v1
latestOpenAPI 3.0.12026-07-22120163333.7 KBAgent Organization
Add Office
Creates a new office (organizational sub-unit) under the caller's team. Caller must have permission to manage team organization.
put/v1.0/org/office
Headers
Authorizationstring required
Bearer [access_token]
Content-Typestring required
application/json
Request body
Example request
{
"id": 563172647619608,
"parentId": 563172647619608,
"name": "Downtown Branch",
"phone": "4155551234",
"phoneCode": "1",
"phoneCountry": "US",
"email": "downtown@lofty.com",
"city": "San Francisco",
"state": "CA",
"zipcode": "94103",
"streetAddress": "456 Mission St",
"allowManageSub": true
}Response
Envelope with business code and message.
Example response
{
"message": "success"
}