| Overview | Service | Command |
| Authorization token required | true |
| Admin Authorization token required | true |
<CreateHABGroupRequest [habDisplayName="{hab-display-name}"] habOrgUnit="{hab-orgunit-name}" name="{new-dl-name}"
[dynamic="(0|1)"]> ## CreateHABGroupRequest
(<a n="{key}" /> ## Attr)*
</CreateHABGroupRequest>
elements and attributes you can define within a
<CreateHABGroupRequest> element:
| XPath | Required / Optional | Description |
| @habDisplayName | Optional (0 or 1) | Type: String Display Name for group in HAB |
| @habOrgUnit | Required (only 1) | Type: String organizational unit of the HAB Group |
| @name | Required (only 1) | Type: String Name for distribution list |
| @dynamic | Optional (0 or 1) | Type: 0|1 If 1 (true) then create a dynamic distribution list |
| /a | Optional (0 or more) | Attributes |
| /a@n | Required (only 1) | Type: String Key |
<CreateHABGroupResponse> ## CreateHABGroupResponse
<dl [dynamic="{dl-is-dynamic} (0|1)"] name="{name}" id="{id}"> ## DistributionListInfo
(<dlm>{members} (String)</dlm>)*
<owners>
(<owner [type="{grantee-type} (usr | grp | egp | all | dom | edom | gst | key | pub | email)"]
id="{grantee-id}" name="{grantee-name}" /> ## GranteeInfo)*
</owners>
(<a n="{key}" /> ## Attr)*
</dl>
</CreateHABGroupResponse>
elements and attributes you can define within a
<CreateHABGroupResponse> element:
| XPath | Required / Optional | Description |
| /dl | Required (only 1) | Information about the newly created distribution list |
| /dl@dynamic | Optional (0 or 1) | Type: 0|1 Flags whether this is a dynamic distribution list or not |
| /dl@name | Required (only 1) | Type: String Name |
| /dl@id | Required (only 1) | Type: String ID |
| /dl/dlm | Optional (0 or more) | Type: {members} (String) dl-members |
| /dl/owners | Required (only 1) | |
| /dl/owners/owner | Optional (0 or more) | |
| /dl/owners/owner@type | Optional (0 or 1) | Type: usr | grp | egp | all | dom | edom | gst | key | pub | email Grantee type |
| /dl/owners/owner@id | Required (only 1) | Type: String Grantee ID |
| /dl/owners/owner@name | Required (only 1) | Type: String Grantee name |
| /dl/a | Optional (0 or more) | Attributes |
| /dl/a@n | Required (only 1) | Type: String Key |