Remove a user from a role on a team
Request
PUT https://{hostname}:{port}
/cli/team/removeUserFromTeam?{parameters}
Accept: text/plain
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 |
Parameter | Type | Required | Description |
---|---|---|---|
Accept | text/plain |
true |
Related CLI command: removeUserFromRoleOnTeam.