All accounts related paths
/users/{user_id}/accounts
Lists the accounts of a user specified by ID.
sort
string
Sort the result by created_at
, updated_at
.
order
string
Sort order of the result list if the sort
parameter is specified. Use ASC
for ascending or DESC
for descending sort order.
offset
int
Use the offset
argument to specify where in the list of results to start when returning items for a particular query.
limit
int
Use the limit
argument to specify the maximum number of items returned.