Users API
Create and manage end users. Each user gets an automatically provisioned wallet on Base.
Endpoints
| Endpoint | Method | Description |
|---|---|---|
| /api/v1/partners/users | GET | List users |
| /api/v1/partners/users | POST | Create user |
Create User
Create a new user and provision a wallet:
Request Fields
| Field | Type | Required |
|---|---|---|
| externalId | string | Yes |
| string | Yes | |
| name | string | No |
| phone | string | No |
List Users
Get all users:
Idempotency
Creating a user with the same externalId returns the existing user. The API is idempotent.