get https://bolt.thena.ai/v3/contacts/
This returns a contact by id.
Response parameters
Field Path | Type | Description |
---|---|---|
data.id | String | The unique identifier of the user. |
data.name | String | The name of the user. |
data.email | String | The email address of the user. |
data.user_id | String | The internal system user ID associated with the user. |
data.created_at | String | The timestamp when the user was created in the system (ISO 8601 format). |
data.updated_at | String | The timestamp when the user's details were last updated (ISO 8601 format). |
data.installation_id | String | The ID of the installation the user is associated with. |
data.relationship_ids[] | Array | An array of relationship IDs the user is involved in. |
data.metadata.slack.id | String | The Slack ID of the user. |
data.metadata.slack.name | String | The Slack username of the user. |
data.metadata.slack.team_id | String | The team ID of the user's Slack workspace. |
data.metadata.slack.profile_email | String | The email address associated with the user's Slack profile. |
data.metadata.slack.profile_image_48 | String | The URL to the user's 48x48 Slack profile image. |
data.metadata.slack.profile_real_name | String | The real name of the user in Slack. |
data.metadata.slack.profile_display_name | String | The display name of the user in Slack. |
message | String | A message related to the response (null indicates no message). |