Mutations
/add_users_to_team
add_users_to_team
Add users to team.
Arguments
team_id
ID!
Required
The team's unique identifier.user_ids
[ID!]!
Required
User ids to add to/remove from the team
Returns
- Add users to team.
mutation add_users_to_team($team_id: ID!, $user_ids: [ID!]!) { add_users_to_team(team_id: $team_id, user_ids: $user_ids) { # add_users_to_team fields } }
Built with