ChannelAPIType Parameter (Connect-Slack Cmdlet)
The API type of the channel used to retrieve channel-specific data;.
Syntax
Connect-Slack -ChannelAPIType string
Possible Values
List, AdminSearch, UserData Type
cstr
Default Value
"List"
Remarks
- AdminSearch: Set to this to Search for public or private channels in an Enterprise organization.
- List: Set to this to list all channels in a organization.
- User: Set this to retrieve the channels of the authenticated user.