Hey @michaelderekjones was wondering if you could assist me with this nested objects under “accounts” i.e. aid, account_id and the roles especially.
{
"data": [
{
"id": "123456987",
"accounts": [
{
"aid": 1234,
"account_id": "987654321",
"roles": [
"ADMIN",
"SALES"
],
"granted_by": "9632587410",
"created": "1999-99-01T00:00:00.000Z",
"updated": "1999-99-01T00:00:00.000Z",
"auth0_connections": null,
"expiration": "0001-01-01T00:00:00Z"
}
],