Skip to content

Latest commit

 

History

History
executable file
·
23 lines (17 loc) · 724 Bytes

PostOwnerRequest.md

File metadata and controls

executable file
·
23 lines (17 loc) · 724 Bytes

PostOwnerRequest

Properties

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]

Examples

  • Prepare the resource
$PostOwnerRequest = Initialize-GrommunioAdminPostOwnerRequest  -Username null `
 -Permissions null
  • Convert the resource to JSON
$PostOwnerRequest | ConvertTo-JSON

[Back to Model list] [Back to API list] [Back to README]