Skip to main content
GET
/
apps
/
jumpcloud
/
users
List all system users
curl --request GET \
  --url https://api.provident.ae/v2/apps/jumpcloud/users \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

limit
number

The number of records to return at once

skip
number

The offset into the records to return

sort
string

The space separated fields used to sort the collection

fields
string

The space separated fields included in the returned records

filter
string

A filter to apply to the query

A search term to apply to the query

Response

Returns all system users