---
title: "List importable Unix users"
method: GET
path: "/auth/users/importable"
tags: ["Users"]
---

# List importable Unix users

`GET /auth/users/importable`

List eligible Unix accounts that do not yet have a Sylve user record

## Response `200`

Success

- GithubComAlchemillahqSylveInternalAPIResponseArrayGithubComAlchemillahqSylveInternalServicesAuthImportableUnixUser
  - `data` GithubComAlchemillahqSylveInternalServicesAuthImportableUnixUser[]
    - `fullName` string
    - `gid` integer
    - `homeDirectory` string
    - `shell` string
    - `uid` integer
    - `username` string
  - `error` string
  - `message` string
  - `status` string

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error
- `503` — Service Unavailable

---

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