OptionaldisplayName?: stringCustomer's name for display in the UI.
Optionalemail?: stringCustomer's email address.
OptionalfullName?: stringDeprecated, please use 'displayName'.
OptionalstrictConflictStatusCode?: booleanOptional boolean flag; when true, returns 409 Conflict for duplicate email instead of the default 400.
Optionaloptions: RequestOptions
Creates a customer account on behalf of jsd-nutmeg.
This endpoint is restricted to jsd-nutmeg via ASAP authentication. It provides the same capability as the public
POST /servicedeskapi/customerendpoint, but does not require a User Context Token (UCT) or Connect app user — authorization is enforced entirely via the ASAP token.No user permission checks are performed;
nullis passed as the acting user to bypass the permission check in the underlying service.