Add a user to a team#
Request#
PUT https://{hostname}:{port}
/cli/teamsecurity/users?{parameters}
| Parameter | Type | Required | Description |
|---|---|---|---|
| user | string | true | Name of the user |
| team | string | true | Name of the team |
| role | string | true | Name of the role to give to the user |
Related CLI command: addUserToTeam.
Parent topic: teamsecurity resource