createGroup

Create an empty group

Format

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

Parameters

Table 1. Request parameters
Parameter Type Required Description
group string true Name of the group
authorizationRealm string true Name of the authorization realm

Example

udclient -username admin -password admin 
  -weburl https://myserver.example.com:8443
  createGroup 
  -group group1 
  -authorizationRealm "Internal Security"

Example response

{
  "id": "a5be904f-d65a-41ae-9bfd-0a0384c90eeb",
  "name": "group1",
  "enabled": true
}

Related REST command: Create an empty group.


Feedback