cURL
curl --request PATCH \ --url https://api.ledger.so/v1/users/{userId} \ --header 'Api-Key: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "firstName": "<string>", "lastName": "<string>", "email": "[email protected]", "metadata": {} } '
{ "object": "user", "id": "<string>", "firstName": "<string>", "lastName": "<string>", "email": "<string>", "applicationStatus": "notStarted", "createdAt": 123, "metadata": {} }
Update user properties.
API key for authentication. Get your key from the Dashboard.
The user ID
User updated
user
notStarted
pending
needsInformation
needsVerification
manualReview
approved
denied
locked
canceled