Connects to Azure AD Graph REST API services
Supported Actions
- test connectivity: Use supplied credentials to generate a token with MS Graph
- list users: List users in a tenant
- reset password: Reset or set a user's password in an Azure AD environment
- disable tokens: Invalidate all active refresh tokens for a user in an Azure AD environment
- enable user: Enable a user
- disable user: Disable a user
- list user attributes: List attributes for all or a specified user
- set user attribute: Set an attribute for a user
- remove user: Remove a user from a specified group
- add user: Add a user to the tenant by creating an organizational account
- list groups: List groups in the organization
- get group: Get information about a group
- list group members: List the members in a group
- validate group: Returns true if a user is in a group; otherwise, false
- list directory roles: List the directory roles in a tenant
- generate token: Generate a token or regenerates token when the token expires