You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Azure Active Directory (Azure AD) is Microsoft's cloud-based identity and access management service, which helps your employees sign in and access resources.
13
13
@@ -24,7 +24,9 @@ Azure Active Directory (Azure AD) is Microsoft's cloud-based identity and access
24
24
***Get User** (Enrichment) - Get details for a specific user.
25
25
***List Devices***(Enrichment)* - Retrieve a list of device objects registered in the organization.
26
26
***List Groups** (*Enrichment*) - List all the groups available in an organization.
27
+
***List Of Group Members***(Enrichment)* - Retrieve a list of members in a specific group.
27
28
***List Users***(Enrichment)* - List all users.
29
+
***Remove Member From Group***(Containment)* - Remove a user from a specific group.
28
30
***Reset User Password***(Containment)* - Reset user password.
29
31
***Revoke Sign In Sessions** (*Containment*) - Invalidates all the refresh tokens issued to applications for a user (as well as session cookies in a user's browser).
30
32
@@ -74,4 +76,8 @@ The following steps show how to create an Azure AD Application in order to work
0 commit comments