users
Retrieve a User
Get a user by their id.
Authorizations
Authorization
string
headerrequiredBasic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
user_id
string
requiredId of the user to fetch
Response
200 - application/json
The user
object.
id
string
first_name
string
last_name
string
email
string
phone_number
object
default_payout_method
enum<string>
Available options:
ach
, paypal
, venmo
, cash_app
, intl_bank
, airtm
, payoneer
default_payout_method_details
object
wallet
object
status
enum<string>
Available options:
verified
, unverified
, disabled
, in_review
compliance
object
metadata
Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.