GET
/
v3
/
users

Authorizations

Authorization
string
headerrequired

Enter your bearer token in the format Bearer access_token_here

Query Parameters

limit
integer
default: 100

The LIMIT is used to limit the number of results returned. So if youhave 1000 results, but only want to the first 10, you would set this to 10 and offset to 0. The maximum limit is 200 records.

offset
integer

OFFSET says to skip that many rows before beginning to return rows to the client. OFFSET 0 is the same as omitting the OFFSET clause.If both OFFSET and LIMIT appear, then OFFSET rows are skipped before starting to count the LIMIT rows that are returned.

Required range: x > 0
sort
string

Sort by one of the listed field names. If the field name is prefixed with -, it will sort in descending order.

Response

200 - application/json
users
object[]
required
description
string

Users who granted access to their data

summary
string

Users who granted access to their data

errors
object[]

Array of error objects with message property

status
string

ex. OK or ERROR

success
boolean

true or false

code
number

Response code such as 200

image
object
avatar
string

Square icon png url

ionIcon
string

Ex: ion-ios-person

html
string

Users who granted access to their data

A super neat url you might want to share with your users!

card
object