addChannelMember
Add a user to a channel, or approve their pending join request (upsert to active). Requires the 'manage_members' channel permission (app admins bypass). Auto-assigns the default role if configured and notifies Buddy with the member's effective send permission.
addChannelMember(
groupId: BigInt!
userId: BigInt!
): GroupMember!
Arguments
addChannelMember.groupId ● BigInt! non-null scalar
The channel to add the user to.
addChannelMember.userId ● BigInt! non-null scalar
The user to add or approve.
Type
GroupMember object
A user's membership in a group, including the roles assigned to them.