curl --request POST \
--url https://api.provident.ae/v2/apps/jumpcloud/search/systemusers \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"filter": {
"email": {
"$eq": "[email protected]"
}
},
"fields": "_id, email, username",
"limit": 1
}
'curl --request POST \
--url https://api.provident.ae/v2/apps/jumpcloud/search/systemusers \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"filter": {
"email": {
"$eq": "[email protected]"
}
},
"fields": "_id, email, username",
"limit": 1
}
'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Search criteria for system users.
Search results