v1

latestOpenAPI 3.1.02026-07-17220132.6 KB
user

Retrieves detailed information about a specific Slack user.

Fetches comprehensive details about a Slack user, including their profile information, team membership, and account status.

post/getUserInfo

Request body

Response

Successful response containing user information

idstring

The user's ID.

team_idstring

The ID of the team the user belongs to.

namestring

The user's username.

deletedboolean

true if the user has been deleted.

colorstring

A hexadecimal color code that is used to color the user's name in Slack clients.

real_namestring

The user's real name.

tzstring

The user's timezone (e.g., America/Los_Angeles).

tz_labelstring

A human-readable string for the user's timezone.

tz_offsetinteger

The user's timezone offset in seconds.

is_adminboolean

true if the user is an admin.

is_ownerboolean

true if the user is an owner.

is_primary_ownerboolean

true if the user is the primary owner.

is_restrictedboolean

true if the user is a restricted user (single-channel guest).

is_ultra_restrictedboolean

true if the user is an ultra-restricted user (multi-channel guest).

is_botboolean

true if the user is a bot.

updatedinteger

A timestamp of when the user's profile was last updated.

is_app_userboolean

true if the user is an app user.

has_2faboolean

true if the user has two-factor authentication enabled.