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 e0cc4c7 commit dffe2dfCopy full SHA for dffe2df
src/api/functions/entraId.ts
@@ -369,7 +369,7 @@ export async function listGroupMembers(
369
* @throws {EntraUserError} If fetching the user profile fails.
370
* @returns {Promise<UserProfileData>} The user's profile information.
371
*/
372
-export async function getUserProflile(
+export async function getUserProfile(
373
token: string,
374
email: string,
375
): Promise<UserProfileData> {
0 commit comments