Question

update user account api

  • 23 November 2020
  • 1 reply
  • 313 views

We want to update User details in the account from api call from our web application. We checked account api here https://developers.ringcentral.com/api-reference/account but no such api there to update user details of a particular extension of account.

Where is the api to update the user details of account?


1 reply

Have you checked this API:

https://developers.ringcentral.com/api-reference/SCIM/replaceUser2

This update an existing user in the account.

Reply