github.com/grokify/go-ringcentral-client@v0.3.31/office/v1/client/docs/GetUserListResponse.md (about) 1 # GetUserListResponse 2 3 ## Properties 4 Name | Type | Description | Notes 5 ------------ | ------------- | ------------- | ------------- 6 **Schemas** | **[]string** | Specification links | [optional] 7 **StartIndex** | **int32** | 1-based index of query result | [optional] 8 **TotalResults** | **int32** | Results count | [optional] 9 **Resources** | [**[]UserInfo**](UserInfo.md) | List of users with detailed info | [optional] 10 **ItemsPerPage** | **int32** | Number of users displayed per page | [optional] 11 12 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 13 14