Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 1.39 KB

File metadata and controls

41 lines (23 loc) · 1.39 KB

\SlackApi

All URIs are relative to https://zernio.com/api

Method HTTP request Description
list_slack_members GET /v1/accounts/{accountId}/slack-members List Slack workspace members

list_slack_members

models::ListSlackMembers200Response list_slack_members(account_id, query, limit) List Slack workspace members

Members of the connected Slack workspace that can receive a direct message, for populating a recipient picker. Bots, deactivated members and Slackbot are excluded. Start a DM by passing a member id as participantId to POST /v1/inbox/conversations.

Parameters

Name Type Description Required Notes
account_id String [required]
query Option<String> Case-insensitive filter over display name and handle.
limit Option<i32> [default to 50]

Return type

models::ListSlackMembers200Response

Authorization

bearerAuth

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]