Create a user
The endpoint creates a user.
Authorizations
Client ID
Client Access Key
Body
External user id.
512"12345"
First name of the user.
128"John"
Last name of the user.
128"Doe"
User's email.
254"john.doe@example.com"
User's phone number. Accepted formats are normalized and stored as E.164 (+14155554193).
128"+14155554193"
User's SSN — the full 9 digits or the last 4 digits. Dashes and spaces are accepted on input and stripped before storing. Returned masked in responses.
"222233333"
Response
Unique identifier of the user.
32"24d7e80942ce4ad58a93f70ce4115f5c"
External user id.
512"12345"
Timestamp when the user was created.
"2022-05-04T11:30:00Z"
Timestamp when the user was updated last time.
"2022-05-04T12:00:00Z"
First name of the user.
128"John"
Last name of the user.
128"Doe"
User's email.
254"john.doe@example.com"
User's phone number in E.164 format (+ followed by the country code and number).
16"+14155554193"
User's SSN, masked. Only the last 4 digits are visible — the leading digits are replaced with * (for example *****3333). When only the last 4 digits are on file, the value is fully masked (****).
"*****3333"