---
title: "Lists all active users in a Slack workspace."
method: POST
path: "/listActiveUserInfos"
tags: ["user"]
---

# Lists all active users in a Slack workspace.

`POST /listActiveUserInfos`

Retrieves a list of all active users in a Slack workspace, excluding any deactivated users. It provides detailed information about each user.

## Request body

- object
  - `body` object — Body of the getActiveUsers sls call
    - `arguments` object, required — Container for function arguments.
      - `includeBots` boolean — Whether to include bots.
      - `cursor` string — A cursor to the next page of results.
      - `limit` number — The maximum number of users to return.

## Response `200`

Successful response containing an array of active user objects

- object
  - `users` object[], required
    - `id` string — Unique identifier for the workspace user
    - `team_id` string — The ID of the team the user belongs to
    - `name` string — The username of the user
    - `deleted` boolean — Indicates if the user has been deactivated (always false for this method)
    - `color` string — Used in some clients to display a special username color
    - `real_name` string — The user's first and last name
    - `tz` string — A human-readable string for the geographic timezone-related region
    - `tz_label` string — Describes the commonly used name of the tz timezone
    - `tz_offset` integer — Number of seconds to offset UTC time by for this user's tz
    - `profile` object — The profile object contains the default fields of a user's workspace profile
      - `title` string
      - `phone` string
      - `skype` string
      - `real_name` string
      - `real_name_normalized` string
      - `display_name` string
      - `display_name_normalized` string
      - `fields` object
      - `status_text` string
      - `status_emoji` string
      - `status_expiration` integer
      - `avatar_hash` string
      - `start_date` string
      - `image_original` string
      - `is_custom_image` boolean
      - `email` string
      - `pronouns` string
      - `first_name` string
      - `last_name` string
      - `image_24` string
      - `image_32` string
      - `image_48` string
      - `image_72` string
      - `image_192` string
      - `image_512` string
      - `image_1024` string
      - `status_text_canonical` string
      - `team` string
    - `is_admin` boolean — Indicates whether the user is an Admin of the current workspace
    - `is_owner` boolean — Indicates whether the user is an Owner of the current workspace
    - `is_primary_owner` boolean — Indicates whether the user is the Primary Owner of the current workspace
    - `is_restricted` boolean — Indicates whether or not the user is a guest user
    - `is_ultra_restricted` boolean — Indicates whether or not the user is a single-channel guest
    - `is_bot` boolean — Indicates whether the user is a bot user
    - `is_app_user` boolean — Indicates whether the user is an authorized user of the calling app
    - `updated` string — A Unix timestamp indicating when the user object was last updated
    - `is_email_confirmed` boolean — Indicates if the user's email address has been confirmed
    - `who_can_share_contact_card` string — Who can share the user's contact card
    - `enterprise_user` object — An object containing info related to an Enterprise Grid user
    - `is_active` boolean — Indicates if the user is active
  - `nextCursor` string, required — A cursor to the next page of results

## Other responses

- `400` — Bad request
- `500` — Internal server error

## Changes

> 45 revisions in range; 1 could not be searched.

- **2025-07-25** `dfc356a225b9` — 1 info
  - endpoint added
- **2025-06-20** `37c50ff8be3a` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/microfox-ai/apis/slack-d/changes/listActiveUserInfos/post.md)

---

[API](https://skmtc.dev/microfox-ai/apis/slack-d.md) · [All operations](https://skmtc.dev/microfox-ai/apis/slack-d/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/microfox-ai/slack-d/revisions/cd0edf0c2cdf/schema)
