Skip to main content

App Users Management

Overview

Core app-user management APIs for direct user profile maintenance, export/download workflow, and loyalty analytics.

Database Collections

CollectionPurpose
countly.app_users{appId}App-scoped user profiles and export metadata (appUserExport).
countly.appsApp metadata and user-sequence (seq) used during user creation.
countly.exportsStored export payload rows for app-user export artifacts.
countly.long_tasksLong-task records for async export processing.
countly_drill.drill_eventsGranular drill events deleted during user removal cleanup.
countly_fsGridFS storage for generated app-user export archives.

Endpoint Index

Create

Read

Update

Delete

Export

Operational Notes

  • Update/delete endpoints include guardrails against accidental multi-user changes unless force is provided.
  • Export can return either a direct result or task-based output depending on processing time and task state.
  • Download returns streamed content (archive stream first, then JSON-stream fallback).

Last Updated

2026-02-17