/
ST
stalela
/
Stalela CIS (Customer Identity Service) API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
stalela
Stalela CIS (Customer Identity Service) API
post
Create an identity
v1
latest
OpenAPI 3.1.0
raw.githubusercontent.com
2026-03-02
33
36
44.7 KB
Identities
Create an identity
post
/api/cis/v1/identities
Headers
x-tenant-id
string
required
Request body
CreateIdentityRequest
required
type
'INDIVIDUAL'
|
'BUSINESS'
required
email
string
email
required
firstName
string
required
lastName
string
required
dateOfBirth
string
ISO 8601 date
metadata
object
Response
Identity created
IdentitySummary
required
id
string
uuid
tenantId
string
type
'INDIVIDUAL'
|
'BUSINESS'
status
'PENDING'
|
'ACTIVE'
|
'IN_REVIEW'
|
'DENIED'
|
'BLOCKED'
|
'FROZEN'
metadata
object
nullable
complianceOutcome
'ALLOW'
|
'REVIEW'
|
'DENY'
createdAt
string
date-time
updatedAt
string
date-time