post https://bolt.thena.ai/v3/users/query
This API fetches a user by slack Id.
Response parameters
Field Path | Type | Description |
---|---|---|
data.id | String | Unique identifier of the user. |
data.created_at | String | Timestamp indicating when the user record was created. |
data.updated_at | String | Timestamp indicating when the user record was last updated. |
data.name | String | The name 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_profile_email | String | The email address associated with the Slack profile. |
data.slack_profile_real_name | String | The real name from the user's Slack profile. |
message | String | Additional message information, if any. |