addResourceToTeam

Add a resource to a team

Format

udclient [global-args...] [global-flags...]
  addResourceToTeam [parameters]

Parameters

Table 1. Request parameters
Parameter Type Required Description
resource string true Path or ID of the resource
team string true Name or ID of the team
type string false Name of the type to use. Leave blank if you are using the type "Standard Resource".

Example

udclient -username admin -password admin 
  -weburl https://myserver.example.com:8443
  addResourceToTeam
  -resource /Resource1/Subresource1
  -team MyTeam

Related REST command: Add a resource to a team.


Feedback