Skip to content

Latest commit

 

History

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

User1.md

File metadata and controls

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

User1

Properties

Name Type Description Notes
ID Int32 Unique ID of the object [optional] [readonly]
Username String [optional]

Examples

  • Prepare the resource
$User1 = Initialize-GrommunioAdminUser1  -ID null `
 -Username null
  • Convert the resource to JSON
$User1 | ConvertTo-JSON

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