get https://bolt.thena.ai/v3/users/
This API returns all the users in your workspace.
Response parameters
Field Path | Type | Description |
---|---|---|
data.results[].id | String | Unique identifier of the user. |
data.results[].created_at | String | Timestamp indicating when the user record was created. |
data.results[].updated_at | String | Timestamp indicating when the user record was last updated. |
data.results[].name | String | The real name of the user. |
data.results[].slack_tz | String | The Slack user's time zone (if applicable). |
data.results[].slack_id | String | The Slack ID of the user (if applicable). |
data.results[].slack_name | String | The Slack display name of the user (if applicable). |
data.results[].slack_team_id | String | The Slack team ID associated with the user (if applicable). |
data.results[].slack_tz_label | String | The time zone label for the Slack user (if applicable). |
data.results[].slack_tz_offset | Integer | The time zone offset in seconds for the Slack user (if applicable). |
data.results[].slack_profile_email | String | The email address associated with the Slack profile (if applicable). |
data.results[].slack_profile_title | String | The title from the user's Slack profile (if applicable). |
data.results[].slack_profile_image_24 | String | URL for the 24px version of the user's Slack profile image. |
data.results[].slack_profile_real_name | String | The real name from the user's Slack profile (if applicable). |
data.results[].slack_profile_display_name | String | The display name from the user's Slack profile (if applicable). |
data.results[].slack_profile_image_original | String | URL for the original size of the user's Slack profile image. |
next_cursor | String | Cursor for pagination if more results are available. |
message | String | Additional message information, if any. |