Skip to main content
GET
/
apps
/
jumpcloud
/
groups
List all user groups
curl --request GET \
  --url https://api.provident.ae/v2/apps/jumpcloud/groups \
  --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

fields
string

The space separated fields included in the returned records

filter
string

A filter to apply to the query

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

Response

Returns all user groups