---
title: "Get a user office"
method: GET
path: "/useroffices/{officeId}"
tags: ["User Office API:Offices"]
---

# Get a user office

`GET /useroffices/{officeId}`

## Path parameters

- `officeId` integer, required

## Response `200`

Requested user office details

- UserOfficeRepresentation
  - `officeId` integer, required
  - `name` string, required
  - `street` string[], nullable
  - `city` string, nullable
  - `state` string, nullable
  - `postalCode` string, nullable
  - `country` string, nullable
  - `countryCode` string, nullable
  - `phone` string, nullable
  - `fax` string, nullable
  - `url` string, uri, nullable
  - `users` UserNameModel[], nullable — Users belonging to the office
    - `userId` integer, required
    - `firstName` string, nullable
    - `lastName` string, nullable
    - `position` string, nullable
    - `email` string, nullable
    - `phone` string, nullable
    - `mobile` string, nullable
    - `inactive` boolean
    - `deleted` boolean
  - `links` UserOfficeLinks
    - `self` string, uri, nullable
    - `users` string, uri, nullable — Users belonging to the office

## Other responses

- `404` — Requested user office was not found

---

[API](https://skmtc.net/jobadder/apis/jobadder-api.md) · [All operations](https://skmtc.net/jobadder/apis/jobadder-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jobadder/jobadder-api/revisions/9f43f6a6ee6e/schema)
