---
title: "Create customer"
method: POST
path: "/rest/servicedeskapi/customer/skip-permission-check"
---

# Create customer

`POST /rest/servicedeskapi/customer/skip-permission-check`

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 \{@code POST /servicedeskapi/customer\} endpoint, but does not require a User Context Token (UCT) or Connect app user \\u2014 authorization is enforced entirely via the ASAP token.

No user permission checks are performed; \{@code null\} is passed as the acting user to bypass the permission check in the underlying service.

## Query parameters

- `strictConflictStatusCode` boolean

## Request body

- CustomerCreateDTO
  - `displayName` string — Customer's name for display in the UI.
  - `email` string — Customer's email address.
  - `fullName` string — Deprecated, please use 'displayName'.

## Response `201`

201 response

- UserDTO
  - `_links` UserLinkDTO
    - `avatarUrls` object — Links to the various sizes of the customer's avatar. Note that this property is deprecated, and will be removed in future versions.
    - `jiraRest` string, uri — REST API URL for the customer.
    - `self` string, uri
  - `accountId` string — The accountId of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*.
  - `active` boolean — Indicates if the customer is active (true) or inactive (false)
  - `displayName` string — Customer's name for display in a UI. Depending on the customer’s privacy settings, this may return an alternative value.
  - `emailAddress` string — Customer's email address. Depending on the customer’s privacy settings, this may be returned as null.
  - `key` string — This property is no longer available and will be removed from the documentation soon. See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.
  - `name` string — This property is no longer available and will be removed from the documentation soon. See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.
  - `timeZone` string — Customer time zone. Depending on the customer’s privacy settings, this may be returned as null.

---

[API](https://skmtc.net/atlassian/apis/service-management-public-rest-api.md) · [All operations](https://skmtc.net/atlassian/apis/service-management-public-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/service-management-public-rest-api/revisions/8fd2ad4c779b/schema)
