---
title: "Create a new Entity for the Service"
method: POST
path: "/v2/Services/{ServiceSid}/Entities"
tags: ["VerifyV2Entity"]
---

# Create a new Entity for the Service

`POST /v2/Services/{ServiceSid}/Entities`

Create a new Entity for the Service

## Path parameters

- `ServiceSid` string, required

## Response `201`

Created

- VerifyV2ServiceEntity
  - `sid` string, nullable — A 34 character string that uniquely identifies this Entity.
  - `identity` string, nullable — The unique external identifier for the Entity of the Service. This identifier should be immutable, not PII, length between 8 and 64 characters, and generated by your external system, such as your user's UUID, GUID, or SID. It can only contain dash (-) separated alphanumeric characters.
  - `account_sid` string, nullable — The unique SID identifier of the Account.
  - `service_sid` string, nullable — The unique SID identifier of the Service.
  - `date_created` string, date-time, nullable — The date that this Entity was created, given in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
  - `date_updated` string, date-time, nullable — The date that this Entity was updated, given in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
  - `url` string, uri, nullable — The URL of this resource.
  - `links` object, nullable — Contains a dictionary of URL links to nested resources of this Entity.

## Changes

- **2023-08-10** (v2) `fb6ded97d73f` — 1 info
  - api tag `VerifyV2Entity` added

[Change history](https://skmtc.dev/twilio/apis/verify-v2/changes/v2/Services/:ServiceSid/Entities/post.md)

---

[API](https://skmtc.dev/twilio/apis/verify-v2.md) · [All operations](https://skmtc.dev/twilio/apis/verify-v2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/twilio/verify-v2/revisions/995c3e7a8bfb/schema)
