---
title: "Get user info batch"
method: GET
path: "/api/admin/v1/user/info_batch"
tags: ["Admin Utils"]
---

# Get user info batch

`GET /api/admin/v1/user/info_batch`

Get info for multiple users.

## Query parameters

- `ids` string, required

## Response `200`

successful

- object
  - `users` object[]
    - `id` integer
    - `username` string
    - `display_name` string
    - `slack_uid` string, nullable
    - `slack_username` string, nullable
    - `github_username` string, nullable
    - `timezone` string, nullable
    - `country_code` string, nullable
    - `trust_level` string
    - `avatar_url` string, nullable
    - `slack_avatar_url` string, nullable
    - `github_avatar_url` string, nullable

## Other responses

- `422` — ids missing or no valid ids — Returned when the ids parameter is blank ("ids parameter required") or when none of the supplied ids parse to a valid integer ("no valid ids provided").

---

[API](https://skmtc.net/hackclub/apis/hackatime-admin-api.md) · [All operations](https://skmtc.net/hackclub/apis/hackatime-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hackclub/hackatime-admin-api/versions/6ba07170a777/schema)
