v1
latestOpenAPI 3.1.02026-07-2478315484.9 KBCustomer
Create Customer
Create a customer object on Lean given the app_user_id which is the identifier (or a hash of the identifier) you use to refer to a user in your own database. The customer object in Lean should map one to one with the user object in your database.
post/customers/v1/
Request body
Example request
{
"app_user_id": "my_first_customer",
"government_identifier": [
{
"type": "EMIRATES_ID",
"value": "784-1232-1232-1232"
}
]
}