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.
Authentication & Identity Management · Microsoft Graph Groups
Configuration parameters
url— Server URL (required)creds_auth_id—creds_tenant_id—_auth_id— ID_tenant_id— Tokencredentials—certificate_thumbprint— Certificate Thumbprintcredentials_certificate_thumbprint—private_key— Private Keyuse_managed_identities— Use Azure Managed Identitiesmanaged_identities_client_id—insecure— Trust any certificate (not secure)proxy— Use system proxy settingsself_deployed— Use a self-deployed Azure Applicationenc_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 Groupsredirect_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-memberAdd a member to a group.
-
msgraph-groups-auth-resetRun this command if for some reason you need to rerun the authentication process.
-
msgraph-groups-create-groupCreate a group.
-
msgraph-groups-delete-groupDeletes a group.
-
msgraph-groups-generate-login-urlGenerate the login url used for Authorization code flow.
-
msgraph-groups-get-groupReturns details of a group.
-
msgraph-groups-list-groupsProvides a list of groups.
-
msgraph-groups-list-membersLists group members.
-
msgraph-groups-remove-memberRemoves a member from a group.