github.com/grokify/go-ringcentral-client@v0.3.31/office/v1/client/docs/EditPagingGroupRequest.md (about) 1 # EditPagingGroupRequest 2 3 ## Properties 4 Name | Type | Description | Notes 5 ------------ | ------------- | ------------- | ------------- 6 **AddedUserIds** | **[]string** | List of users that will be allowed to page a group specified | [optional] 7 **RemovedUserIds** | **[]string** | List of users that will be unallowed to page a group specified | [optional] 8 **AddedDeviceIds** | **[]string** | List of account devices that will be assigned to a paging group specified | [optional] 9 **RemovedDeviceIds** | **[]string** | List of account devices that will be unassigned from a paging group specified | [optional] 10 11 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 13