Decoding JWT token doesn't return account id in payload

Description
Decoding JWT token doesn’t return account id in payload

Error
There is no error. Only following keys are returned:
{
“aud”: null,
“iss”: “”,
“exp”: 1629742494,
“iat”:
}

Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT

Hi @grotabyte,

This would be expected—the account ID is not provided in the aud field.

Thanks,
Will