class CB::TeamMemberRemove
Overview
Action to remove a user as member from a team.
Allows for both account ID and email of the team member to be provided, however, the account ID will take precedence over the email. Therefore, if supplying both will raise a validation error.
Defined in:
cb/team_member.crInstance Method Summary
Instance methods inherited from class CB::TeamMemberAction
account_id : String | Nil
account_id,
account_id=(str : String)account_id=(account_id : String | Nil) account_id=, email : String | Nil email, email=(email : String | Nil) email=, team_id : String | Nil team_id, team_id=(str : String)
team_id=(team_id : String | Nil) team_id=