RingCentral .Net SDK
Public Member Functions | Public Attributes | List of all members
RingCentral.Paths.Restapi.Dictionary.UserRole.Index Class Reference
Collaboration diagram for RingCentral.Paths.Restapi.Dictionary.UserRole.Index:
Collaboration graph
[legend]

Public Member Functions

 Index (Dictionary.Index parent, string roleId=null)
 
string Path (bool withParameter=true)
 
async Task< RolesCollectionResourceList (ListStandardUserRoleParameters queryParams=null, RestRequestConfig restRequestConfig=null)
 Returns a list of standard user roles. HTTP Method: get Endpoint: /restapi/{apiVersion}/dictionary/user-role Rate Limit Group: Light More...
 
async Task< RoleResourceGet (RestRequestConfig restRequestConfig=null)
 Returns a standard user role by ID. HTTP Method: get Endpoint: /restapi/{apiVersion}/dictionary/user-role/{roleId} Rate Limit Group: Light More...
 

Public Attributes

Dictionary.Index parent
 
RestClient rc
 
string roleId
 

Member Function Documentation

◆ Get()

async Task<RoleResource> RingCentral.Paths.Restapi.Dictionary.UserRole.Index.Get ( RestRequestConfig  restRequestConfig = null)
inline

Returns a standard user role by ID. HTTP Method: get Endpoint: /restapi/{apiVersion}/dictionary/user-role/{roleId} Rate Limit Group: Light

◆ List()

async Task<RolesCollectionResource> RingCentral.Paths.Restapi.Dictionary.UserRole.Index.List ( ListStandardUserRoleParameters  queryParams = null,
RestRequestConfig  restRequestConfig = null 
)
inline

Returns a list of standard user roles. HTTP Method: get Endpoint: /restapi/{apiVersion}/dictionary/user-role Rate Limit Group: Light


The documentation for this class was generated from the following file: