Class Index
java.lang.Object
com.ringcentral.paths.restapi.account.extension.assignedrole.Index
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondefault1()
get()
get
(ListUserAssignedRolesParameters queryParams) Returns a list of roles assigned to the current extension.path()
put
(AssignedRolesResource assignedRolesResource) Updates a list of roles assigned to the current user.
-
Field Details
-
rc
-
parent
-
-
Constructor Details
-
Index
-
-
Method Details
-
path
-
path
-
get
public AssignedRolesResource get(ListUserAssignedRolesParameters queryParams) throws RestException, IOException Returns a list of roles assigned to the current extension. HTTP Method: get Endpoint: /restapi/{apiVersion}/account/{accountId}/extension/{extensionId}/assigned-role Rate Limit Group: Light App Permission: ReadAccounts User Permission: ReadExtensions- Throws:
RestException
IOException
-
get
- Throws:
RestException
IOException
-
put
public AssignedRolesResource put(AssignedRolesResource assignedRolesResource) throws RestException, IOException Updates a list of roles assigned to the current user. HTTP Method: put Endpoint: /restapi/{apiVersion}/account/{accountId}/extension/{extensionId}/assigned-role Rate Limit Group: Medium App Permission: RoleManagement User Permission: EditAssignedRoles- Throws:
RestException
IOException
-
default1
-