Managing Customers

A customer is an organization or person that has a CMS license.  

IAP/REST Operations

Details of these operations are provided in the API Reference under Customers.

Getting a List of Customers

Returns the specified customer (based on customerId), or all customers, if none was specified.

GET     /iap/customer                                                                                                                             


Returns the customer associated with the current session.

GET     /iap/customer/current                                                                                                             


Returns a generated custom key for the customer.

GET     /iap/generateKey                                                                                                                       


Updating a Customer

Updates the specified customer.                                                          

PUT     /iap/customer                                                                                                                             


Adding a Customer

Adds a new customer to the CMS.

POST   /iap/customer                                                                                                                            


Deleting a Customer

Deletes specified customer from CMS.

DELETEiap/customer/{customerId}