get https://bolt.thena.ai/v3/contacts
This API returns all your contacts from your workspace.
Response parameters
Field Name | Description |
---|---|
data.results[] | Array of user details retrieved from the system. |
data.results[].id | Unique identifier for each user. |
data.results[].name | Name of the user. |
data.results[].email | Email address of the user. |
data.results[].user_id | Unique identifier for the user within the system. |
data.results[].created_at | Timestamp indicating when the user was created. |
data.results[].updated_at | Timestamp indicating when the user's information was last updated. |
data.results[].installation_id | Identifier for the installation associated with the user. |
data.results[].relationship_ids[] | Array of relationship IDs associated with the user. |
data.results[].metadata | Metadata related to the user, such as Slack profile information. |
data.results[].metadata.slack.id | Slack ID of the user. |
data.results[].metadata.slack.name | Slack username of the user. |
data.results[].metadata.slack.team_id | Slack team ID of the user. |
data.results[].metadata.slack.profile_email | Slack profile email of the user. |
data.results[].metadata.slack.profile_image_48 | URL of the user's 48x48 profile image from Slack. |
data.results[].metadata.slack.profile_real_name | The real name of the user as per Slack. |
data.results[].metadata.slack.profile_display_name | The display name of the user as per Slack. |
data.next_cursor | Cursor to fetch the next set of results if pagination is enabled. |
message | Any additional message from the response (null in this case). |