Authorization: ********************
curl --location --request GET 'https://api.qal.eazy2biz.com/v1/userInvites/' \
--header 'Authorization;'
[
{
"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"
}
]