Get all Users
| ⚠️ This endpoint is currently in BETA |
|---|
Paginate through internal Users in your organization.
Returns information about each User, including name, primary email address, all email addresses, photo URL, account status, and account role.
The emailAddresses and role properties are only returned to callers with the “Manage
Users” permission.
Use the optional term parameter to filter by first name, last name, or primary email address.
You can also filter users using the filter query parameter. The filter parameter is a string
that you can specify conditions based on the following properties.
| Property Name | Description | Type | Allowed Operators | Examples |
|---|---|---|---|---|
id | Unique identifier for the User | int32 | = | id=1|id=2|id=3 |
status | The user’s account status | enum | = | status=active |
Documentation Index
Fetch the complete documentation index at: https://developer.affinity.co/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Cursor for the next or previous page
"ICAgICAgYmVmb3JlOjo6Nw"
Number of items to include in the page
1 <= x <= 100100
Case-insensitive search across first name, last name, and primary email address. Returns users matching the term as a substring.
"jane"
Filter options