AppUsers
List
List app user accounts within a specific app, with pagination support.
get/api/v1/apps/{app_id}/app_users
Path parameters
app_idstring required
The ID of the app to list users for.
Query parameters
page_sizeinteger
The maximum number of results to return per page.
page_tokenstring
The token for fetching the next page of results.
Response
The response message for listing app users.