Update customer details

Update existing customer details.

  • After you initiate the operation, it is queued and a task ID is generated. You can get the task ID from the success response. Use this task ID in the 'Get Task Details' API to track the operation's progress.
  • You must provide existing information in all the fields that do not require an update.
Log in to see full request history
timestatususer agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Specify the unique ID of the customer you wish to update. Get the unique ID of the customer using the 'List all customers' API.

Body Params
  • Provide the updated details for the customer.
  • You MUST provide information for all the fields in this update request. If you do not wish to update any existing information, provide the current value for this field. You can get current values for all fields using the 'Get customer details' API.
string
required

Specify the address for the customer.

string
required
  • Specify the phone number for the customer.
    • Maximum length can be 30.
    • Country Code can be appended along with '+' sign
string
required

Specify the customer name for the customer.

string
  • Specify the account name for the customer. Account name cannot be changed in updation. Example - 'Druva'.
  • If account name is different than existing, it will return error.
  • If account name is empty then it will return success
tenantAdmins
array of int64s
  • Specify the unique IDs of tenant administrators who should manage the tenant for the customer. Get the list of tenant administrators IDs using the 'List all administrators' API.
  • If you want to remove a tenant administrator from this customer, simply do not specify the unique ID of the administrator.
  • If tenant admin list is empty then all tenant admins will be removed
tenantAdmins
features
array of objects

Specify the features supported at Druva MSP customer level.

features
Headers
string
required

Specify the Bearer access token

Responses

400

Bad Request

401

The request did not include a valid Access Token. Kindly provide a valid Access Token to process the request.

404

The requested resource was not found.

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json