Creating an office is simple. I will write more here once we finalize the endpoints.
POST /offices
office:add
owner
Parameters
name
- string - required: Name of officeResponse
id
- string: Office IdExample
$ echo '{"name": "Parma Heights"}' | http POST 'http://localhost:5000/offices' 'X-Tactic-Orgz: ORGANIZATION_SLUG' 'Authorization: Bearer ACCESS_TOKEN'HTTP/1.1 201 Created{"id": "offi_444c6631-0968-4797-a123-8c75b3393f56"}