This API returns all the users in your workspace.

Response parameters

Field PathTypeDescription
data.results[].idStringUnique identifier of the user.
data.results[].created_atStringTimestamp indicating when the user record was created.
data.results[].updated_atStringTimestamp indicating when the user record was last updated.
data.results[].nameStringThe real name of the user.
data.results[].slack_tzStringThe Slack user's time zone (if applicable).
data.results[].slack_idStringThe Slack ID of the user (if applicable).
data.results[].slack_nameStringThe Slack display name of the user (if applicable).
data.results[].slack_team_idStringThe Slack team ID associated with the user (if applicable).
data.results[].slack_tz_labelStringThe time zone label for the Slack user (if applicable).
data.results[].slack_tz_offsetIntegerThe time zone offset in seconds for the Slack user (if applicable).
data.results[].slack_profile_emailStringThe email address associated with the Slack profile (if applicable).
data.results[].slack_profile_titleStringThe title from the user's Slack profile (if applicable).
data.results[].slack_profile_image_24StringURL for the 24px version of the user's Slack profile image.
data.results[].slack_profile_real_nameStringThe real name from the user's Slack profile (if applicable).
data.results[].slack_profile_display_nameStringThe display name from the user's Slack profile (if applicable).
data.results[].slack_profile_image_originalStringURL for the original size of the user's Slack profile image.
next_cursorStringCursor for pagination if more results are available.
messageStringAdditional message information, if any.
Language
Authorization
Bearer
Click Try It! to start a request and see the response here!