Skip to content

Latest commit

 

History

History
executable file
·
21 lines (15 loc) · 613 Bytes

PatchUserRolesRequest.md

File metadata and controls

executable file
·
21 lines (15 loc) · 613 Bytes

PatchUserRolesRequest

Properties

Name Type Description Notes
Roles Int32[] List of role IDs the user is associated with [optional]

Examples

  • Prepare the resource
$PatchUserRolesRequest = Initialize-GrommunioAdminPatchUserRolesRequest  -Roles null
  • Convert the resource to JSON
$PatchUserRolesRequest | ConvertTo-JSON

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