This API returns all your contacts from your workspace.

Response parameters

Field NameDescription
data.results[]Array of user details retrieved from the system.
data.results[].idUnique identifier for each user.
data.results[].nameName of the user.
data.results[].emailEmail address of the user.
data.results[].user_idUnique identifier for the user within the system.
data.results[].created_atTimestamp indicating when the user was created.
data.results[].updated_atTimestamp indicating when the user's information was last updated.
data.results[].installation_idIdentifier for the installation associated with the user.
data.results[].relationship_ids[]Array of relationship IDs associated with the user.
data.results[].metadataMetadata related to the user, such as Slack profile information.
data.results[].metadata.slack.idSlack ID of the user.
data.results[].metadata.slack.nameSlack username of the user.
data.results[].metadata.slack.team_idSlack team ID of the user.
data.results[].metadata.slack.profile_emailSlack profile email of the user.
data.results[].metadata.slack.profile_image_48URL of the user's 48x48 profile image from Slack.
data.results[].metadata.slack.profile_real_nameThe real name of the user as per Slack.
data.results[].metadata.slack.profile_display_nameThe display name of the user as per Slack.
data.next_cursorCursor to fetch the next set of results if pagination is enabled.
messageAny additional message from the response (null in this case).
Language
Authorization
Bearer
Click Try It! to start a request and see the response here!