Forum Discussion
MalithJayakody
Oct 11, 2024Copper Contributor
Graph API - GET /authentication/methods only return default method
Hi All, I need to list / manage MFA authentication method of users that invited from external AD (Home Tenant) through my resource tenant via Graph API. But GET API only return default authenticatio...
VasilMichev
Oct 11, 2024MVP
The endpoint should return all methods configured in your tenant. If the guest user has configured any additional method in your tenant, it will be returned. However, the endpoint will not return methods the user might have configured in their home tenant.
MalithJayakody
Oct 11, 2024Copper Contributor
Thank you for quick response.
Anyway, is this possible via Graph PowerShell ?
Anyway, is this possible via Graph PowerShell ?