exportGroup
List the members of a group
Format
udclient [global-args...] [global-flags...]
exportGroup [parameters]
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
group | string | true | Name of the group |
Example
udclient -username jsmith -password passwd
-weburl https://deployserver.example.com:8443
exportGroup
-group group1
Example response
{
"name": "group1",
"users": [
"jsmith",
"jdoe"
]
}
Related REST command: List the members of a group.