List users
Retrieve a paginated list of users for a given owner, with optional filtering and ordering.
Authorizations
Cognito-issued JWT access token. Send it as Authorization: Bearer <token>.
Query Parameters
Field mask restricting the response to the listed User fields (id is always included).
Comma-separated. When omitted, the lean default fields are returned (id, name, email, title,
phoneNumber, deactivatedAt). Supported values: id, name, email, title, phoneNumber,
deactivatedAt, country, jurisdiction, county, commissionNumber, notaryExpirationDate,
notaryExpires, getImageUrls. The special value * returns every field. Requesting any notary
value or getImageUrls (including via *) requires the reporting or manage permission.
*, id, name, email, title, phoneNumber,, deactivatedAt, country, jurisdiction, county, commissionNumber, notaryExpirationDate,, notaryExpires, getImageUrls, isNotary The number of items to return per page (default 100).
x >= 1The cursor for fetching the next page of results.
The owner (client group) whose users should be returned.
The field to order the results by. Defaults to name.
id, name, email, title, deactivatedAt The direction to order the results by. Defaults to asc.
asc, desc One or more fields and their values on which to filter results.
