I have an azure ADB2C tenant that I'm using with custom policies. One of the custom steps is calling a REST API to get custom attributes of the user. Everything is working so far.
In the call to the REST API I would like to receive, in addition to the current data (email etc.), also the user's timezone on behalf of which the call is made.
Is this possible?