exportGroup

List the members of a group

Format

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

Parameters

Table 1. Parameters
Parameter Type Required Description
group string true Name of the group

Example

udclient -username jsmith -password passwd 
  -weburl https://myserver.example.com:8443
  exportGroup 
  -group group1

Example response

{
  "name": "group1",
  "users": [
    "jsmith",
    "jdoe"
  ]
}

Related REST command: List the members of a group.


Feedback