antonybush
10/12/2022, 6:28 PMasync with AsyncClient() as client:
response = await client.get( # type:ignore
url='https://graph.microsoft.com/v1.0/me' ,headers=headers,
)
In response I'm getting a json but there's no email attribute. So am I using the right url and also is there any reference for ActiveDirectory in python?rp_st
10/12/2022, 6:29 PMrp_st
10/12/2022, 6:30 PMantonybush
10/12/2022, 6:31 PMrp_st
10/12/2022, 6:33 PMantonybush
10/12/2022, 6:34 PMrp_st
10/12/2022, 6:35 PMantonybush
10/12/2022, 6:37 PMantonybush
10/12/2022, 6:37 PMrp_st
10/12/2022, 6:38 PMantonybush
10/12/2022, 6:38 PMrp_st
10/12/2022, 6:38 PMantonybush
10/12/2022, 6:38 PMantonybush
10/12/2022, 6:39 PMrp_st
10/12/2022, 6:39 PMrp_st
10/12/2022, 6:39 PMrp_st
10/12/2022, 6:40 PMrp_st
10/12/2022, 6:40 PMantonybush
10/12/2022, 6:41 PMrp_st
10/12/2022, 6:42 PMantonybush
10/12/2022, 6:42 PMantonybush
10/12/2022, 6:51 PMrp_st
10/12/2022, 6:51 PM