Skip to content

Latest commit

 

History

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

User2.md

File metadata and controls

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

User2

Properties

Name Type Description Notes
Username String [optional]
RealName String [optional]

Examples

  • Prepare the resource
$User2 = Initialize-GrommunioAdminUser2  -Username null `
 -RealName null
  • Convert the resource to JSON
$User2 | ConvertTo-JSON

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