create partner contact and user account issue — Cloud Customer Connect
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

create partner contact and user account issue

edited Jun 18, 2025 12:24PM in Sales 6 comments

Summary:

  • We want to create partner contact without user. We used this api : https://eoid-test.fa.em2.oraclecloud.com:443/crmRestApi/resources/11.13.18.05/partners/03131/child/contacts
    with this request example : {
      "PartyId" : "300004059499989",
      "PartnerCompanyNumber" : "03131",
      "PartyNumber" : "cann",
      "FirstName" : "cann",
      "LastName" : "can2",
      "ContactName" : "cann can2",
      "EmailAddress" : "cann@ford.com.tr",
      "RoleCode" : "XXXX_EMPLOYEE",
      "SourceSystem" : "****",
      "SourceSystemReferenceValue" : "cann",
      "CreateUserAccountFlag" : false,
      "Username" : "cann",
      "Country" : "TR",
      "City" : "MERKEZ",
      "AddressLineOne" : "MERKEZ"
    }

    we have tried false,true, N,Y for CreateUserAccountFlag object but in every case we created users.

    For this role code XXXX_EMPLOYEE, we do not want the user to be created.
     

Version (include the version you are using, if applicable):

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!