GetAllUserAADToken

Retrieves an Azure Active Directory (AAD) access token and uses it to search for users in the Microsoft Graph API based on a search query.

get
Authorizations
Query parameters
searchQuerystringRequired

The query string used to search for users by their display name or email address in Azure Active Directory.

Responses
200
Success: Returns the list of users that match the search query.
get
GET /Embed/GetAllUserAADToken?searchQuery=text HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Accept: */*

No content