Class Index
java.lang.Object
com.ringcentral.paths.restapi.v2.accounts.batchprovisioning.users.Index
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionpath()
post
(BatchProvisionUsersRequest batchProvisionUsersRequest) Creates multiple user extensions with BYOD (customer provided) devices.
-
Field Details
-
rc
-
parent
-
-
Constructor Details
-
Index
-
-
Method Details
-
path
-
path
-
post
public BatchProvisionUsersResponse post(BatchProvisionUsersRequest batchProvisionUsersRequest) throws RestException, IOException Creates multiple user extensions with BYOD (customer provided) devices. If "extensionNumber" is not specified, the next available extension number will be assigned.HTTP Method: post Endpoint: /restapi/v2/accounts/{accountId}/batch-provisioning/users Rate Limit Group: Heavy App Permission: EditAccounts
- Throws:
RestException
IOException
-