Hi Community,
I'm trying to create a customer via REST API. I've just copied in a first step the example provided here:
https://developer.atlassian.com/cloud/jira/service-desk/rest/api-group-customer/
The only things I change is the web request url to:
https://CUSTOMER.atlassian.net/jira/servicedesk/projects/MULTITS/customers
and inside the CURL the url to
https://CUSTOMER.atlassian.net/rest/servicedeskapi/customer
But when I execute the Call I just receive 200 without creation of this dummy user. What am I doing wrong?
Thanks a lot!
Hannes
Hi @Hannes
If your response is 201, then you should probably take a look inside the admin panel, and under "Portal Customers". I did try to create a customer, and since you don't specific state a SD, then the customer will be placed as a Portal Only Customer.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.