Name | Type | Description | Notes |
---|---|---|---|
Roles | Int32[] | List of role IDs the user is associated with | [optional] |
- Prepare the resource
$PatchUserRolesRequest = Initialize-GrommunioAdminPatchUserRolesRequest -Roles null
- Convert the resource to JSON
$PatchUserRolesRequest | ConvertTo-JSON