v3

latestOpenAPI 3.0.12026-08-0474115357.9 KB

Create customer

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.

post/rest/servicedeskapi/customer/skip-permission-check

Query parameters

strictConflictStatusCodeboolean

Optional boolean flag; when {@code true}, returns 409 Conflict for duplicate email instead of the default 400.

Request body

displayNamestring

Customer's name for display in the UI.

emailstring

Customer's email address.

fullNamestring

Deprecated, please use 'displayName'.

Response

201 response

accountIdstring

The accountId of the user, which uniquely identifies the user across all Atlassian products. For example, 5b10ac8d82e05b22cc7d4ef5.

activeboolean

Indicates if the customer is active (true) or inactive (false)

displayNamestring

Customer's name for display in a UI. Depending on the customer’s privacy settings, this may return an alternative value.

emailAddressstring

Customer's email address. Depending on the customer’s privacy settings, this may be returned as null.

keystring

This property is no longer available and will be removed from the documentation soon. See the deprecation notice for details.

namestring

This property is no longer available and will be removed from the documentation soon. See the deprecation notice for details.

timeZonestring

Customer time zone. Depending on the customer’s privacy settings, this may be returned as null.