Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

Authentication token obtained from POST /token

Body

application/json
start
integer
default:0

Offset for pagination

limit
integer
default:10

Maximum number of records to return

criterias
object[]

List of filter criteria

index_by_user_id
boolean

If true, result is keyed by user_id instead of a plain array

order_by
string

Sort expression (e.g. "user_id asc")

Response

list of users

status
boolean
total
integer
result
object[]