Skip to main content
POST
auth.user.export

Authorizations

Authorization
string
header
required

A Lath API key: lath_live_sk… or lath_test_sk… on a server, lath_live_pk… or lath_test_pk… in a browser.

Body

application/json
after
string

The nextAfter from the previous page; omit to start. Opaque — do not construct one.

Maximum string length: 200
limit
integer
default:200
Required range: 1 <= x <= 500
includeDeleted
boolean
default:false

Include soft-deleted users, whose personal fields are already cleared

Response

{ activityId, result }. activityId is empty for reads.

activityId
string
required

The activity this call created, or empty for a read.

result
object
required
Last modified on September 13, 2026