Skip to main content
POST
cURL
Learn more about Employer Identifiers in the Glossary.

Authorizations

Authorization
string
header
required

Bearer token obtained from the /v1/auth/token endpoint. Send as: Authorization: Bearer .

Body

application/json

Employer identifier creation request data

displayName
string
required

Display name of the employer identifier

Required string length: 1 - 200
Pattern: ^[a-zA-Z0-9!@#$%^&*()_+\-=[\]{}|;:'",.<>/? ]+$
identifier
string
required

Identifier of the employer identifier

Required string length: 1 - 200

Response

Employer identifier created successfully

id
string<uuid>
required

The unique identifier of the created employer identifier

Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$