removeUserFromRoleOnTeam#

Remove a user from a role on a team

Format#

udclient [\[global-args...\]](../../com.udeploy.reference.doc/topics/cli_command_format.md) [\[global-flags...\]](../../com.udeploy.reference.doc/topics/cli_command_format.md)
  removeUserFromRoleOnTeam [parameters]

Parameters#

Parameter Type Required Description
user string true Name or ID of the user
team string true Name or ID of the team
role string true Name or ID of the role to remove from the user

Related REST command: Remove a user from a role on a team.

Parent topic: CLI Commands