REST API xml data instead json

Hello! 

1IM 8.1.2

I need call rest api methods with xml data instead json. 

How can I do it? 

Parents Reply
  • Option one, use the One Identity Manager SOAP service, which is based on XML, but be aware that this one might go away in the future.
    Option two, write your own web service that accepts the XML payload as defined by your application bus as the data transformation and mapping into the One Identity Manager objects and properties have to be done anyways.

Children