---
title: "Get Users By Uuid"
method: GET
path: "/users"
---

# Get Users By Uuid

`GET /users`

Get active users by database UUID, scoped to the caller's org.

## Query parameters

- `user_uuids` string[], required — User UUIDs to fetch. Repeat the query parameter for each UUID.

## Response `200`

Successful Response

- APIApiSchemaUsersUser[]
  - `id` string, required
  - `email` string, required
  - `organization_id` string, nullable, required
  - `roles` string[], nullable
  - `name` string, nullable
  - `slack_user_id` string, nullable
  - `profile_photo_url` string, nullable
  - `default_timezone` string, nullable
  - `time_representation` 'military' | 'standard' — How times are rendered for the user.
  - `agent_custom_instructions` AgentCustomInstructions — A user's hard agent instruction plus the audit for its last edit.
    - `instructions` string, nullable
    - `last_edited_at` string, date-time, nullable
    - `last_edited_by` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/traversal/apis/fastapi.md) · [All operations](https://skmtc.net/traversal/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/traversal/fastapi/revisions/2134ebffd1ef/schema)
