createAppInstanceAdmin
inline suspend fun ChimeSdkIdentityClient.createAppInstanceAdmin(crossinline block: CreateAppInstanceAdminRequest.Builder.() -> Unit): CreateAppInstanceAdminResponse
Promotes an AppInstanceUser
or AppInstanceBot
to an AppInstanceAdmin
. The promoted entity can perform the following actions.
ChannelModerator
actions across all channels in theAppInstance
.DeleteChannelMessage
actions.
Only an AppInstanceUser
and AppInstanceBot
can be promoted to an AppInstanceAdmin
role.