---
title: "Retrieve a single staff account"
method: GET
path: "/staff_accounts/{id}"
tags: ["Staff accounts"]
---

# Retrieve a single staff account

`GET /staff_accounts/{id}`

Returns a staff account related to the current user, based on the given id.

## Path parameters

- `id` integer, required

## Response `200`

Successful.

- StaffAccount
  - `id` number — The identifier for the staff account.
  - `name` string — The name of the account.
  - `email` string — The e-mail of the account.
  - `permissions` string[] — A list of permissions the user has for the app

## Other responses

- `401` — Unauthorized.
- `404` — Resource not found.

---

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