Skip to main content

CreateOrganizationIdentifier

idintegerrequired

Internal ID of the created organization identifier

Example: 100
identifier objectrequired
idintegerrequired

Internal ID of the identifier type

Example: 31
namestringrequired

Full name of the identifier type

Example: Business License Number
keystringrequired

Short key for the identifier type

Example: BLN
uniquebooleanrequired

Whether the identifier value must be unique across organizations

Example: true
valuestringrequired

Identifier value assigned to the organization

Example: 12312
updatedAtdate-timerequired

Timestamp (UTC format) of the creation or last update of this identifier

Example: 2025-07-04T08:28:50Z
CreateOrganizationIdentifier
{
"id": 100,
"identifier": {
"id": 31,
"name": "Business License Number",
"key": "BLN",
"unique": true
},
"value": "12312",
"updatedAt": "2025-07-04T08:28:50Z"
}