Microsoft Graph Groups
Entra ID Groups integration (formely Azure Active Directory Groups) enables you to create and manage different types of groups and group functionality according to your requirements.
- Category
- Authentication & Identity Management
- Pack
- MicrosoftGraphGroups
Configuration parameters
- url — Server URL (required)
- creds_auth_id —
- creds_tenant_id —
- _auth_id — ID
- _tenant_id — Token
- credentials —
- certificate_thumbprint — Certificate Thumbprint
- credentials_certificate_thumbprint —
- private_key — Private Key
- use_managed_identities — Use Azure Managed Identities
- managed_identities_client_id —
- insecure — Trust any certificate (not secure)
- proxy — Use system proxy settings
- self_deployed — Use a self-deployed Azure Application
- enc_key — Key (received from the admin consent - see Detailed Instructions (?) (Deprecated)
- auth_id — ID (received from the admin consent - see Detailed Instructions (?) (Deprecated)
- tenant_id — Token (received from the admin consent - see Detailed Instructions (?) (Deprecated) section)
- handle_error — Suppress Errors for Non Found Groups
- redirect_uri — Application redirect URI (for Authorization Code flow mode)
- creds_auth_code —
- auth_code — Authorization code (for Authorization Code flow mode - received from the authorization step. see Detailed Instructions (?) section)
Commands (9)
- msgraph-groups-add-member — Add a member to a group.
- msgraph-groups-auth-reset — Run this command if for some reason you need to rerun the authentication process.
- msgraph-groups-create-group — Create a group.
- msgraph-groups-delete-group — Deletes a group.
- msgraph-groups-generate-login-url — Generate the login url used for Authorization code flow.
- msgraph-groups-get-group — Returns details of a group.
- msgraph-groups-list-groups — Provides a list of groups.
- msgraph-groups-list-members — Lists group members.
- msgraph-groups-remove-member — Removes a member from a group.