AppUsers
List App User Credentials
List credentials associated with a specific app user account.
get/api/v1/apps/{app_id}/app_users/{app_user_id}/credentials
Path parameters
app_idstring required
The ID of the app that the user belongs to.
app_user_idstring required
The ID of the app user whose credentials to list.
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 credentials of an app user.