---
title: "Get next Unix UID"
method: GET
path: "/auth/users/uid/next"
tags: ["Users"]
---

# Get next Unix UID

`GET /auth/users/uid/next`

Return the next available Unix UID in the managed account range

## Response `200`

Success

- GithubComAlchemillahqSylveInternalAPIResponseInternalHandlersAuthNextUIDResult
  - `data` InternalHandlersAuthNextUIDResult
    - `nextUID` integer
  - `error` string
  - `message` string
  - `status` string

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `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)
