Siebel REST API Guide > Using the Siebel REST API > Using the Siebel REST API with Siebel Clinical >

Synchronizing a Siebel Clinical Users


The following details are for a request to synchronize a Siebel clinical user on the Siebel CRM Server:

  • URI: http://ServerName:port/siebel-rest/v1.0/service/LS Clinical User Provisioning Service/SynchronizeUser
  • HTTP Method: POST
  • Content-Type: application/json
  • Authorization: Basic
  • Request body:

{
  "body":
    {
      "Employee":
       {
         "Login Name": "Cathy.Rogers",
         "Field 1": "Value 1",
         "Field 2": "Value 2",
         ...........
       }
    }
}

The following are the details for the response to a successful request:

  • HTTP Code: 200
  • Content-Type: application/json
  • Response body: None.
Siebel REST API Guide Copyright © 2016, Oracle and/or its affiliates. All rights reserved. Legal Notices.