---
title: "Creates the person."
method: POST
path: "/Litium/api/admin/customers/people"
tags: ["Customers person"]
---

# Creates the person.

`POST /Litium/api/admin/customers/people`

## Request body

- LitiumCustomersPerson, nullable — Represents a storage which is used to contain the information of the person. A person can belong to multiple groups as well as organizations.
  - `loginCredential` LitiumCustomersLoginCredential, nullable — Represents a storage which is used to contain the information of the login credential.
    - `newPassword` string, nullable — Gets or sets the new password.
    - `lockoutEnabled` boolean — Gets or sets a value indicating whether [lockout enabled].
    - `lockoutEndDate` string, date-time, nullable — Gets or sets the lockout end date.
    - `passwordExpirationDate` string, date-time, nullable — Gets or sets the password expiration date.
    - `username` string, nullable — Gets or sets the username.
  - `addresses` LitiumCustomersAddress[], nullable — Gets or sets the person addresses.
    - `addressTypeSystemId` string, uuid — Gets or sets the address type system identifier.
    - `systemId` string, uuid — Gets or sets the system identifier.
    - `address1` string, nullable — Gets or sets the address1.
    - `address2` string, nullable — Gets or sets the address2.
    - `careOf` string, nullable — Gets or sets the care of.
    - `city` string, nullable — Gets or sets the city.
    - `country` string, nullable — Gets or sets the country.
    - `customData` object — Gets or sets the custom data.
    - `houseExtension` string, nullable — Gets or sets the house extension.
    - `houseNumber` string, nullable — Gets or sets the house number.
    - `state` string, nullable — Gets or sets the state.
    - `zipCode` string, nullable — Gets or sets the zip code.
    - `phoneNumber` string, nullable — Gets or sets the phone number.
  - `fields` FieldsCustomers
    - `_name` object
      - `en-US` string, nullable
      - `sv-SE` string, nullable
    - `_nameInvariantCulture` object
      - `*` string, nullable
    - `_description` object
      - `en-US` string, nullable
      - `sv-SE` string, nullable
    - `_email` object
      - `*` string, nullable
    - `_firstName` object
      - `*` string, nullable
    - `_lastName` object
      - `*` string, nullable
    - `_phone` object
      - `*` string, nullable
    - `_title` object
      - `*` string, nullable
    - `_option` object
      - `*` FieldMetadataObject
    - `_matchCondition` object
      - `*` string, nullable
    - `_customData` object
      - `*` FieldMetadataObject
  - `fieldTemplateSystemId` string, uuid — Gets or sets the field template system identifier.
  - `groupLinks` LitiumCustomersPersonToGroupLink[], nullable — Gets or sets the connected groups to the person.
    - `groupSystemId` string, uuid — Gets or sets the group system identifier.
  - `id` string, nullable — Gets or sets the person identifier.
  - `organizationLinks` LitiumCustomersPersonToOrganizationLink[], nullable — Gets or sets the connected organizations to the person.
    - `organizationSystemId` string, uuid — Gets or sets the organization system identifier.
    - `roleSystemIds` string[], nullable — Gets or sets the role system identifiers.
  - `systemId` string, uuid — Gets or sets the person system identifier.

## Response `201`

Created

---

[API](https://skmtc.dev/litium/apis/litium-admin-web-api.md) · [All operations](https://skmtc.dev/litium/apis/litium-admin-web-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/litium/litium-admin-web-api/revisions/a65881b0d0c6/schema)
