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
AuthorizationstringRequired

Enter 'Bearer' followed by your JWT token

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.

No content

get
/Embed/GetAllUserAADToken
GET /Embed/GetAllUserAADToken?searchQuery=text HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Accept: */*

No content