removeUserFromRoleOnTeam
Remove a user from a role on a team
Format
udclient [global-args...] [global-flags...]
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.