I've successfully created a new customer via the API, but when I wanted to create a request to add that customer to a specific service desk project, the schema calls for a 'username' which is a field I've never seen associated with a customer record.
The response I get from the customer creation request contains the following (values redacted):
Since there's no GET method for the /servicedeskapi/customer endpoint, where do you find the username for a customer?
I'm not sure how I ended up on that documentation, but the current documentation calls for the use of AccountId, which is returned during the customer creation process.
Passing that value in the body of the request worked as expected.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.