Users

The first step in the credit creation process is to create a User object. This is the root object, representing a single borrower (person or business) applying for credit. Users are identified by a unique, random id.

Related guide: Creating and managing users

Endpoints

Create a user

Retrieve a user

Update a user

Delete a user

List all users

Last updated