List all users

GET
/v4/users

Returns a list of users. Up to 100 users are returned per request.

Query parameters

pageintegerOptional

The specific page of results you’re requesting. Responses are limited to a maximum of 100 records.

emailstringOptional

Filters the list of users based on the email field.

foreignIdstringOptional

The customer-specific unique identifier associated to an Abound record. Allows developers to forego making their own tables every time they integrate and/or add an application.

Response

OK

list of objects or null

Errors

Built with