---
title: "Get User"
method: GET
path: "/users/{name}"
tags: ["Users"]
---

# Get User

`GET /users/{name}`

## Response `200`

OK

- User
  - `hashing_algorithm` string
  - `name` string
  - `password_hash` string
  - `tags` string

## Other responses

- `404` — Not Found

---

[API](https://skmtc.dev/zcaudate-xyz/apis/rabbitmq-http-api.md) · [All operations](https://skmtc.dev/zcaudate-xyz/apis/rabbitmq-http-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/zcaudate-xyz/rabbitmq-http-api/revisions/65c16d7e1482/schema)
