Class Index
java.lang.Object
com.ringcentral.paths.restapi.account.directory.entries.search.Index
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionpath()
post
(SearchDirectoryEntriesRequest searchDirectoryEntriesRequest) post
(SearchDirectoryEntriesRequest searchDirectoryEntriesRequest, SearchDirectoryEntriesParameters queryParams) Returns contact information on corporate users of federated accounts according to the specified filtering and ordering.
-
Field Details
-
rc
-
parent
-
-
Constructor Details
-
Index
-
-
Method Details
-
path
-
path
-
post
public DirectoryResource post(SearchDirectoryEntriesRequest searchDirectoryEntriesRequest, SearchDirectoryEntriesParameters queryParams) throws RestException, IOException Returns contact information on corporate users of federated accounts according to the specified filtering and ordering. HTTP Method: post Endpoint: /restapi/{apiVersion}/account/{accountId}/directory/entries/search Rate Limit Group: Heavy App Permission: ReadAccounts User Permission: ReadExtensions- Throws:
RestException
IOException
-
post
public DirectoryResource post(SearchDirectoryEntriesRequest searchDirectoryEntriesRequest) throws RestException, IOException - Throws:
RestException
IOException
-