Update a user
Update mutable fields of a user object.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
Id of the user to fetch
Body
Configures the user's default payout method. Must be a payout method already configured by the user.
paypal, venmo, cash_app, ach, intl_bank, airtm, payoneer, crypto Enables auto payout for the user whenever a default payout method is defined
User's date of birth.
Income paid outside of the Dots platform in the current calendar year. The form must match the application's configured 1099 filing type.
- 1099-NEC adjustment
- 1099-K adjustment
Arbitrary metadata
Replace the user's payout exclude list. Pass [] to clear.
ach, paypal, venmo, cash_app, intl_bank, airtm, payoneer, crypto Response
OK
The user object.
ach, paypal, venmo, cash_app, intl_bank, airtm, payoneer, crypto verified, unverified, disabled, in_review 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.
Payout rails hidden from this user. Stacks with app-level exclusions.
ach, paypal, venmo, cash_app, intl_bank, airtm, payoneer, crypto Current-year 1099 adjustment for the user, if one has been set. Only returned by the retrieve-a-user endpoint (GET /v2/users/{user_id}) when the application's configured filing type has a matching adjustment; omitted otherwise and never included in list responses.
- 1099-NEC adjustment
- 1099-K adjustment

