/
ST
stalela
/
Stalela CIS (Customer Identity Service) API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 2w ago · Updated 6mo ago
View markdown
Addresses
4
get
List identity addresses
post
Add an address
put
Update an address
delete
Remove an address
Auth
3
Compliance
2
Consents
3
Factors
3
Identities
8
Organizations
4
Phones
4
Verification
2
Addresses
Update an address
put
/api/cis/v1/identities/{id}/addresses/{addressId}
Request body
UpdateAddressRequest
required
type
'PRIMARY'
|
'SECONDARY'
|
'BILLING'
|
'SHIPPING'
street1
string
street2
string
city
string
state
string
postalCode
string
country
string
Response
Address updated
Address
required
id
string
uuid
identityId
string
uuid
type
'PRIMARY'
|
'SECONDARY'
|
'BILLING'
|
'SHIPPING'
street1
string
street2
string
nullable
city
string
state
string
nullable
postalCode
string
nullable
country
string
ISO 3166-1 alpha-2
createdAt
string
date-time
updatedAt
string
date-time