Class Index
java.lang.Object
com.ringcentral.paths.restapi.account.extension.administeredsites.Index
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget()
Returns a list of sites administered by the current user.path()
put
(BusinessSiteCollectionRequest businessSiteCollectionRequest) Updates the sites administered by the current user.
-
Field Details
-
rc
-
parent
-
-
Constructor Details
-
Index
-
-
Method Details
-
path
-
path
-
get
Returns a list of sites administered by the current user. HTTP Method: get Endpoint: /restapi/{apiVersion}/account/{accountId}/extension/{extensionId}/administered-sites Rate Limit Group: Medium App Permission: ReadAccounts User Permission: ReadExtensions- Throws:
RestException
IOException
-
put
public BusinessSiteCollectionResource put(BusinessSiteCollectionRequest businessSiteCollectionRequest) throws RestException, IOException Updates the sites administered by the current user. Please note: Only IDs of records are used for update.HTTP Method: put Endpoint: /restapi/{apiVersion}/account/{accountId}/extension/{extensionId}/administered-sites Rate Limit Group: Medium App Permission: EditAccounts User Permission: EditAssignedRoles
- Throws:
RestException
IOException
-