Returns the user details for the user account tied to the active auth token.
B2B Payment API
User Management
Get User Details
get /v3/user/self
Parameters
X-Integrator-Id
string
Maximum:
12Loading...
X-Permalinks
string
Maximum:
4Loading...
Example Response
200 Successful Response
422 Validation Error
Get Users by Merchant ID
get /v3/users/by-merchant-id/{merchant_id}
Get the user records associated to the given Merchant ID.
Parameters
merchant_id required
integer
Loading...
name_filter
string
Loading...
X-Integrator-Id
string
Maximum:
12Loading...
X-Permalinks
string
Maximum:
4Loading...
Example Response
200 Successful Response
422 Validation Error
Update User Password
post /v3/password/change
This method can be used to update a Web User or an API User password. Web user passwords must be changed at least once every 90 days, while API User passwords/tokens do not expire.
Parameters
X-Integrator-Id
string
Maximum:
12Loading...
X-Permalinks
string
Maximum:
4Loading...
Request Schema
password required
string
Loading...
new_password required
string
Loading...
Example Request
Example Response
200 Successful Response
422 Validation Error