Class Index
java.lang.Object
com.ringcentral.paths.restapi.v2.accounts.sendwelcomeemail.Index
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionpath()
post
(SendWelcomeEmailV2Request sendWelcomeEmailV2Request) Sends/resends welcome email to the system user of confirmed account HTTP Method: post Endpoint: /restapi/v2/accounts/{accountId}/send-welcome-email Rate Limit Group: Medium App Permission: EditExtensions User Permission: Users
-
Field Details
-
rc
-
parent
-
-
Constructor Details
-
Index
-
-
Method Details
-
path
-
path
-
post
public String post(SendWelcomeEmailV2Request sendWelcomeEmailV2Request) throws RestException, IOException Sends/resends welcome email to the system user of confirmed account HTTP Method: post Endpoint: /restapi/v2/accounts/{accountId}/send-welcome-email Rate Limit Group: Medium App Permission: EditExtensions User Permission: Users- Throws:
RestException
IOException
-