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.
401
Unauthorized: Failed to retrieve the access token from Azure Active Directory.
500
Internal Server Error: An unexpected error occurred while fetching the access token or querying Microsoft Graph API.
get
GET /Embed/GetAllUserAADToken?searchQuery=text HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No content