pub fn join_group(
    configuration: &Configuration,
    group_id: &str
) -> Result<GroupMember, Error<JoinGroupError>>
Expand description

Join a Group by ID and returns the member object.