Ellipsis APIReferencePlatform

List Slack Members

List the members of the connected Slack workspace, fetched live from the Slack API.

GET
/v1/slack/members

List the members of the connected Slack workspace, fetched live from the Slack API.

Authorization

HTTPBearer
AuthorizationBearer <token>

In: header

Header Parameters

user-agent?string|null

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/slack/members"
{  "members": [    {      "display_name": "string",      "email": "string",      "github": {        "id": 0,        "login": "string"      },      "id": "string",      "name": "string",      "real_name": "string"    }  ],  "team_id": "string",  "team_name": "string"}