joinTeam
Join a team as the caller. Honors the team membership policy: open -> active immediately, request -> pending (a manager must approve), invite/admin -> rejected. Banned users are rejected. No special permission required.
joinTeam(
groupId: BigInt!
): GroupMember!
Arguments
joinTeam.groupId ● BigInt! non-null scalar
The team to join.
Type
GroupMember object
A user's membership in a group, including the roles assigned to them.