User API
The Users API allows you to retrieve, create and delete Users on the platform. This enables scenarios where users created/maintained in other systems (e.g....
Sun, 17 Nov, 2024 at 3:53 AM
POST Request You may use either JSON or XML formats in your request. You indicate this by setting the ContentType HTTP header as "application/json&qu...
Sun, 17 Nov, 2024 at 3:53 AM
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 indi...
Sun, 17 Nov, 2024 at 3:53 AM
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 either JS...
Sun, 17 Nov, 2024 at 3:54 AM