github.com/grokify/go-ringcentral-client@v0.3.31/engagevoice/v1/client/docs/UsersApi.md (about) 1 # \UsersApi 2 3 All URIs are relative to *https://portal.vacd.biz/api/v1* 4 5 Method | HTTP request | Description 6 ------------- | ------------- | ------------- 7 [**GetUsers**](UsersApi.md#GetUsers) | **Get** /admin/users | Get Users 8 9 10 11 ## GetUsers 12 13 > []User GetUsers(ctx, ) 14 Get Users 15 16 Returns a listing of all users that a user has access to 17 18 ### Required Parameters 19 20 This endpoint does not need any parameter. 21 22 ### Return type 23 24 [**[]User**](User.md) 25 26 ### Authorization 27 28 [ApiKeyAuth](../README.md#ApiKeyAuth) 29 30 ### HTTP request headers 31 32 - **Content-Type**: Not defined 33 - **Accept**: application/json 34 35 [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) 36 [[Back to Model list]](../README.md#documentation-for-models) 37 [[Back to README]](../README.md) 38