---
title: "List all staff accounts"
method: GET
path: "/staff_accounts"
tags: ["Staff accounts"]
---

# List all staff accounts

`GET /staff_accounts`

Returns a list of staff accounts related to the current user.

## 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)
