Identities

Create an identity

post/identities/

Request body

first_namestring required
last_namestring required
emailstring nullable

Required if phone is missing

phonestring nullable

Required if email is missing

metadataobject

Custom metadata as key-value pairs

Response

Identity successfully created

idinteger
first_namestring
last_namestring
emailstring nullable

Required if phone is missing

phonestring nullable

Required if email is missing

update_datestring
creation_datestring
metadataobject

Custom metadata as key-value pairs

Changes