getUser
GET /v5/user
Retrieve the current user
Authorizations
Responses
200
A User response
object
The user public avatar url
True if user already had any bank connection
The billing admin email for this user’s billing account
True if billing is enabled for the user
How many days left in trial
object
The unique id of the domain
The domain name
The user email
True if user is in the free plan
The user full name
The user given name
The user hash
The user hosted domain
The user unique id
The user display name
The user plan
The user plan billing cycle
True if subscription payment is overdue
True if user started trial
User-level total transactions this month
User-level total transactions this year
The Bkper username of the user
Examples
{ "avatarUrl": "string", "bankConnections": true, "billingAdminEmail": "string", "billingEnabled": true, "daysLeftInTrial": 1, "domain": { "id": "string", "name": "string" }, "email": "string", "free": true, "fullName": "string", "givenName": "string", "hash": "string", "hostedDomain": "string", "id": "string", "name": "string", "plan": "string", "planCycle": "MONTHLY", "planOverdue": true, "startedTrial": true, "totalTransactionsThisMonth": 1, "totalTransactionsThisYear": 1, "username": "string"}default
An error response from the Bkper API or its public API proxy.
A JSON error response. API operation errors use the nested error object. Public API proxy errors use the Problem Details fields.