We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 965a171 commit 58cc39eCopy full SHA for 58cc39e
src/api/functions/entraId.ts
@@ -368,7 +368,7 @@ export async function listGroupMembers(
368
* @throws {EntraUserError} If fetching the user profile fails.
369
* @returns {Promise<UserProfileData>} The user's profile information.
370
*/
371
-export async function getUserProflile(
+export async function getUserProfile(
372
token: string,
373
email: string,
374
): Promise<UserProfileData> {
0 commit comments