SlackFunctions

Functions

Link copied to clipboard

Use this data source to get information about a Slack conversation for use in other resources.

suspend fun getConversation(channelId: String? = null, isPrivate: Boolean? = null, name: String? = null): GetConversationResult
Link copied to clipboard
suspend fun getUser(argument: GetUserPlainArgs): GetUserResult

Use this data source to get information about a user for use in other resources.

suspend fun getUser(argument: suspend GetUserPlainArgsBuilder.() -> Unit): GetUserResult
suspend fun getUser(email: String? = null, name: String? = null): GetUserResult
Link copied to clipboard

Use this data source to get information about a usergroups for use in other resources. The data source returns enabled groups only.

suspend fun getUsergroup(name: String? = null, usergroupId: String? = null): GetUsergroupResult