Skip to main content
GET
/
apps
/
jumpcloud
/
users
/
{userId}
/
memberof
List the parent Groups of a User
curl --request GET \
  --url https://api.provident.ae/v2/apps/jumpcloud/users/{userId}/memberof \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Path Parameters

userId
string
required

ObjectID of the User

Query Parameters

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 parent groups of the user