Connectors
...
Actions
Conversations Members
6 min
description retrieves a list of all members within a specified slack channel, requiring the 'channel' parameter for execution endpoint url api/conversations members method get inputs parameters (object) – required channel (string) – required limit (number) output example \[ { "status code" 200, "response headers" { "date" "fri, 16 dec 2022 14 07 50 gmt", "server" "apache", "x powered by" "hhvm/4 153 1", "access control allow origin" " ", "referrer policy" "no referrer", "x slack backend" "r", "x slack unique id" "y5x7tudjgiq ncq0sdiapqaaecw", "strict transport security" "max age=31536000; includesubdomains; preload", "access control allow headers" "slack route, x slack version ts, x b3 traceid, x b3 spanid, x b3 parentspanid, x b3 sampled, x b3 flags", "access control expose headers" "x slack req id, retry after", "x oauth scopes" "app mentions\ read,channels\ history,channels\ join,channels\ manage,channels\ read,chat\ write customize,chat\ write public,chat\ write,files\ read,files\ write,groups\ history,groups\ read,groups\ write,im\ history,im\ read,im\ write,links\ read,links\ write,mpim\ history,mpim\ read,mpim\ write,pins\ read,pins\ write,reactions\ read,reactions\ write,reminders\ read,reminders\ write,team\ read,usergroups\ read,usergroups\ write,users\ read,users\ write,users profile\ read", "x accepted oauth scopes" "channels\ read,groups\ read,mpim\ read,im\ read,read", "expires" "mon, 26 jul 1997 05 00 00 gmt", "cache control" "private, no cache, no store, must revalidate", "pragma" "no cache", "x xss protection" "0", "x content type options" "nosniff", "x slack req id" "4eb734cd833fa4dd77d346955ffb9fbd", "vary" "accept encoding", "content encoding" "gzip", "content length" "130", "content type" "application/json; charset=utf 8", "x envoy upstream service time" "142", "x backend" "main normal main bedrock normal with overflow main canary with overflow main bedrock canary with overflow main control with overflow main bedrock control with overflow", "x server" "slack www hhvm main iad ngow", "x slack shared secret outcome" "no match", "via" "envoy www iad r9kw, envoy edge gru 46m1", "x edge backend" "envoy www", "x slack edge shared secret outcome" "no match" }, "reason" "ok", "json body" { "ok" true, "members" \[ "u0e7mm1mk", "u0e7rf35g" ], "response metadata" { "next cursor" "dxnlcl9pzdoxndi2mzuxmze4ng==" } } } ] output parameters status code (number) reason (string) json body (object) ok (boolean) members (array) response metadata (object) next cursor (string) response headers header type date string server string x powered by string access control allow origin string referrer policy string x slack backend string x slack unique id string strict transport security string access control allow headers string access control expose headers string x oauth scopes string x accepted oauth scopes string expires string cache control string pragma string x xss protection string x content type options string x slack req id string vary string content encoding string content length string content type string x envoy upstream service time string x backend string x server string x slack shared secret outcome string via string x edge backend string x slack edge shared secret outcome string