Name | Type | Description | Notes |
---|---|---|---|
Username | String | Username (e-mail address) to add to member list | |
Permissions | Int32 | Bit mask of permissions to grant the user (defaults to folder owner) | [optional] |
- Prepare the resource
$PostOwnerRequest = Initialize-GrommunioAdminPostOwnerRequest -Username null `
-Permissions null
- Convert the resource to JSON
$PostOwnerRequest | ConvertTo-JSON