get https://bolt.thena.ai/v3/users/
This API returns a user by id.
Response parameters
Field Path | Type | Description |
---|---|---|
data.id | String | Unique identifier of the user. |
data.updated_at | String | Timestamp indicating when the user record was last updated. |
data.name | String | The real name of the user. |
data.slack_tz | String | The Slack user's time zone. |
data.slack_id | String | The Slack ID of the user. |
data.slack_name | String | The Slack display name of the user. |
data.slack_team_id | String | The Slack team ID associated with the user. |
data.slack_tz_label | String | The time zone label for the Slack user. |
data.slack_tz_offset | Integer | The time zone offset in seconds for the Slack user. |
data.slack_profile_email | String | The email address associated with the Slack profile. |
data.slack_profile_title | String | The title from the user's Slack profile. |
data.slack_profile_image_24 | String | URL for the 24px version of the user's Slack profile image. |
data.slack_profile_real_name | String | The real name from the user's Slack profile. |
data.slack_profile_display_name | String | The display name from the user's Slack profile. |
message | String | Additional message information, if any. |