# Offices Office title management ## Create office title (admin only) - [POST /offices/create](https://api-docs.pearlchaplaincy.org/openapi/offices/createofficetitle.md) ## Get all office titles - [GET /offices](https://api-docs.pearlchaplaincy.org/openapi/offices/getallofficetitles.md) ## Get office title by ID - [GET /offices/{id}](https://api-docs.pearlchaplaincy.org/openapi/offices/getofficetitlebyid.md) ## Update office title (admin only) - [PUT /offices/{id}](https://api-docs.pearlchaplaincy.org/openapi/offices/updateofficetitle.md) ## Delete office title (admin only) - [DELETE /offices/{id}](https://api-docs.pearlchaplaincy.org/openapi/offices/deleteofficetitle.md)