Returns the user details for the user account tied to the active auth token.
User Management
Get User Details
get /v3/user/self
Parameters
X-Integrator-Id
Type
stringMaximum Length
12Loading...
X-Permalinks
Type
stringMaximum Length
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
Type
integerLoading...
name_filter
Type
stringLoading...
X-Integrator-Id
Type
stringMaximum Length
12Loading...
X-Permalinks
Type
stringMaximum Length
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
Type
stringMaximum Length
12Loading...
X-Permalinks
Type
stringMaximum Length
4Loading...
Request Schema
password required
Type
stringLoading...
new_password required
Type
stringLoading...
Example Request
Example Response
200 Successful Response
422 Validation Error