DELETE Request The DELETE verb allows you to delete a single User. Our platform will immediately remove the User from the platform. You may use
POST User
POST Request You may use either JSON or XML formats in your request. You indicate this by setting the ContentType HTTP header
PUT User
PUT Request The PUT verb allows you to update a single, existing User on the platform. You may use either JSON or XML formats in your request. You
GET User(s)
The Users API allows you to retrieve, create and delete Users on the platform. This enables scenarios where users created/maintained in other systems
