Authorization: ********************
{
"searchFilters": [
{
"type": "REGEX",
"field": "string",
"value": "string"
}
],
"operator": "AND",
"sortQuery": [
{
"field": "string",
"sortDirection": "ASCENDING"
}
]
}
curl --location --request POST 'https://api.qal.eazy2biz.com/v1/userInvites/filter' \
--header 'Content-Type: application/json' \
--header 'Authorization;' \
--data-raw '{
"searchFilters": [
{
"type": "REGEX",
"field": "string",
"value": "string"
}
],
"operator": "AND",
"sortQuery": [
{
"field": "string",
"sortDirection": "ASCENDING"
}
]
}'
[
{
"id": "string",
"inviteStatus": "NEW",
"companyId": 0,
"emailAddress": "user@example.com",
"invitingUserId": "string",
"userGroupsToJoin": [
"string"
],
"securityGroupsToJoin": [
{
"feature": "WORKFLOW",
"featureReferenceId": "string",
"actionOnFeature": "string"
}
],
"otherInfo": {},
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z"
}
]