Use this tag for Azure AD Graph API (see link [1] in details below) related questions (not Microsoft Graph).
I have the following POST call I need to make. However, even if I provided the right client id and …
azure curl office365api microsoft-graph-api azure-ad-graph-apiI'm trying find out if an email address is already taken in my Azure AD B2C directory. var token = …
c# azure azure-ad-b2c azure-ad-graph-apiI am trying to list users using Office 365 Unified API with the following code: $TenantID = "xxx" $F_ClientID = "yyy" $F_…
powershell office365 office365api office365-restapi azure-ad-graph-apiI'm attempting to use MS Graph API to get a list of files/folders from OneDrive for Business. I've successfully …
onedrive microsoft-graph-api azure-ad-graph-apiWhat are ways to include custom claims (user subscriptions or roles list as example) in a token before issuing it …
azure-ad-b2c azure-ad-graph-apiGraph API Paging explains that the response would contain a field @odata.nextLink which would contain a skiptoken pointing to …
pagination microsoft-graph-api azure-ad-graph-apiAs an enterprise, we would like to use Azure AD B2C and we have internal and external users. Azure …
azure azure-active-directory azure-ad-b2c azure-ad-graph-apiWhen we create a user in Active Directory using Graph API, some characters are appended to the username (#EXT#). This …
azure azure-active-directory azure-ad-graph-api azure-ad-b2cUpdate I have been able to get a Bearer token using instructions from this thread Here are the instructions in …
asp.net-web-api jwt azure-ad-graph-api