Product Update

Use REST API to Delete SCIM User

Carlyn Manly
2020-07-03
1 Min Read

A new REST API capability has become available that allows administrators to delete SCIM Users.ย  Deleting a SCIM user may be necessary after the configuration of an identity provider was updated and the link between a SCIM user record in Xurrent and its corresponding record in the identity provider has become corrupted.

Deleting the affected SCIM user records in Xurrent allows them to be recreated by the SCIM integration.ย  This causes the person records in Xurrent to get automatically updated again with the information from the identity provider.

Most administrators will find it easier to delete SCIM users in the user interface of the Settings console, but some may prefer to automate this.

The syntax for deleting a SCIM user is offered in this CURL example:

$ curl -u โ€œโ€ฆโ€ -H โ€˜X-4meAccount: widgetโ€™ -X DELETE โ€˜https://api.4me.com/scim/v2/Users/12345?hard=trueโ€™

More information about the SCIM Users API is available in the Xurrent Developer documentation.