I have below output from an action and I would like to get the "invitee id" however when I parsed the output and used property "invitee id", it always returns null value. Any help is greatly appreciated.
{
"count": 1,
"results": [
{
"key": "account_invitations",
"id": "91103855"
}
],
"account_invitations": {
"91103855": {
"full_name": "",
"email_address": "",
"headline": null,
"pending": true,
"permission": "collaborator",
"bill_rate_in_cents": null,
"cost_rate_in_cents": null,
"billability_target": null,
"inviter_id": "11912195",
"invitee_id": "12104185",
"default_role_id": null,
"id": "91103855"
}
},
"meta": {
"count": 1,
"page_count": 1,
"page_number": 1,
"page_size": 20
}
}