I am using the following API to create a JIRA user and would like to differentiate between the causes for a HTTP 400 error returned by the API.
According to the documentation, a 400 error is returned by the API when
The documentation also states that a "schema has not been defined for this response code". Does that mean that there is no response body from the API, from which I can differentiate the different causes for the error?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.