Name | Type | Description | Notes |
---|---|---|---|
User | SystemCollectionsHashtable | Default values for user creation | [optional] |
Domain | SystemCollectionsHashtable | Default values for domain creation | [optional] |
- Prepare the resource
$PutCreateParamsRequest = Initialize-GrommunioAdminPutCreateParamsRequest -User null `
-Domain null
- Convert the resource to JSON
$PutCreateParamsRequest | ConvertTo-JSON