Users
Get User Address
Read the address on file for a user. Returns `null` when no address has been submitted.
Read the address on file for a user. Returns null when no address has
been submitted.
Authorization
api_key AuthorizationBasic <token>
In: header
Path Parameters
user_id*string
The ID of the user
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/v2/users/string/addresses"{ "line_1": "string", "line_2": "string", "line_3": "string", "city": "string", "state": "string", "postcode": "string", "country": "string"}{ "success": false, "message": "string", "error_code": "string", "errors": [ null ]}{ "success": false, "message": "string", "error_code": "string", "errors": [ null ]}Connect an Existing User to an App
Connect a user who already exists elsewhere in your organization to another App, so the same person can be paid from both without re-onboarding. Requires organization credentials. The user must belong to the calling organization and be active.
Add User Address
Add an address to the user