Skip to content

Latest commit

 

History

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

DomainsUsersRolesRequest.md

File metadata and controls

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

DomainsUsersRolesRequest

Properties

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

Examples

  • Prepare the resource
$DomainsUsersRolesRequest = Initialize-GrommunioAdminDomainsUsersRolesRequest  -Roles null
  • Convert the resource to JSON
$DomainsUsersRolesRequest | ConvertTo-JSON

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