List All Applications Used by a User

This API returns a list of applications used by a specific user in your organization. The response includes both system and custom fields for each application, allowing rich filtering and visibility.

Supported Filters Table:

FieldTypeDescription / Allowed Values
user_app_statusstringUser Application Status (active, inactive, etc.)
user_app_last_usedstringLast Used (date/time, ISO 8601 format)
app_archivebooleanApp Archive (true/false)
user_app_archivebooleanUser App Archive (true/false)
app_typestringApp Type (application, website, device, browser, other)
source_arraystringSource
user_app_discoveredstringDiscovery Date (date/time, ISO 8601 format)
app_authorization_statusstringAuthorisation Status (restricted, needs review, centrally managed, etc.)
user_archivebooleanUser Archive (true/false)
custom_fieldsobjectCustom Fields (see example below)

Example Custom Field Filter:

{
  "field_id": "custom_fields",
  "field_values": {
    "custom_field_id": "679b613f315ee0a11cb67bd1",
    "custom_field_values": ["India"]
  }
}

Filtering, Sorting, Pagination, and Search:

  • Use the filter_by array in the request body to filter by system or custom fields.
  • For custom fields, use field_id: custom_fields and provide custom_field_id and custom_field_values.
  • Use the sort_by array to sort by any field (e.g., app_name, user_app_last_used).
  • Use page and page_size for pagination.
  • Use search_query for comma-separated search terms to filter app names.
Language
Click Try It! to start a request and see the response here!