Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

ServiceDesk REST API error message I cannot figure out

Rod August 7, 2018

OK, I have searched the web for a while with no luck. I am trying to use the rest/servicedeskapi/customer api call to create a new customer providing the JSON email and fullName values.  I am getting the following error response:

{"errorMessage":"Signup is not currently available","i18nErrorMessage":{"i18nKey":"cv.signup.error.not.allowed","parameters":[]}}

If anybody can tell me what I need to do to make Signup available, I appreciate it.

Thanks,
Rod

Additional info:

headers: {'X-ExperimentalApi': 'true', 'Content-Type': 'application/json'}

data: {"fullName": " \"Test User\"", "email": " test@user.com"}

url: https://jira.company.domain/rest/servicedeskapi/customer

 

1 answer

1 accepted

0 votes
Answer accepted
Tansu Akdeniz
Community Champion
August 7, 2018

Hi @Rod,

 

There is something wrong with your JSON, extra space in e-mail parameter:  " test@user.com"

Please try with that;

{"fullName": " \"Test User\"", "email": "test@user.com"}

Rod August 8, 2018

OK, now I feel really stupid for not seeing that myself. Thanks!!!

Tansu Akdeniz
Community Champion
August 8, 2018

You are welcome. It happens to everyone :)

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events