{"id":19504907,"url":"https://github.com/tools4everbv/helloid-task-sa-target-azureactivedirectory-groupupdateattributes","last_synced_at":"2025-10-29T22:04:52.062Z","repository":{"id":191650565,"uuid":"612219175","full_name":"Tools4everBV/HelloID-Task-SA-Target-AzureActiveDirectory-GroupUpdateAttributes","owner":"Tools4everBV","description":"Azure Active Directory - Group update attributes","archived":false,"fork":false,"pushed_at":"2024-01-10T15:38:21.000Z","size":35,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-01-08T10:45:39.446Z","etag":null,"topics":["azure-active-directory","delegated-form","powershell","product","service-automation","task"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Tools4everBV.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-10T13:07:19.000Z","updated_at":"2024-01-09T09:34:11.000Z","dependencies_parsed_at":"2024-01-10T17:37:58.904Z","dependency_job_id":null,"html_url":"https://github.com/Tools4everBV/HelloID-Task-SA-Target-AzureActiveDirectory-GroupUpdateAttributes","commit_stats":null,"previous_names":["tools4everbv/helloid-task-sa-target-azureactivedirectory-groupupdateattributes"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tools4everBV%2FHelloID-Task-SA-Target-AzureActiveDirectory-GroupUpdateAttributes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tools4everBV%2FHelloID-Task-SA-Target-AzureActiveDirectory-GroupUpdateAttributes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tools4everBV%2FHelloID-Task-SA-Target-AzureActiveDirectory-GroupUpdateAttributes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tools4everBV%2FHelloID-Task-SA-Target-AzureActiveDirectory-GroupUpdateAttributes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tools4everBV","download_url":"https://codeload.github.com/Tools4everBV/HelloID-Task-SA-Target-AzureActiveDirectory-GroupUpdateAttributes/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240754367,"owners_count":19852189,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["azure-active-directory","delegated-form","powershell","product","service-automation","task"],"created_at":"2024-11-10T22:27:37.207Z","updated_at":"2025-10-29T22:04:47.019Z","avatar_url":"https://github.com/Tools4everBV.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\r\n# HelloID-Task-SA-target-AzureActiveDirectory-GroupUpdateAttributes\r\n\r\n## Prerequisites\r\n\r\nBefore using this snippet, verify you've met with the following requirements:\r\n\r\n- [ ] AzureAD app registration\r\n- [ ] The correct app permissions for the app registration\r\n- [ ] User defined variables: `AADTenantID`, `AADAppID` and `AADAppSecret` created in your HelloID portal.\r\n- [ ] Please see our documentation on how to create custom variables: (https://docs.helloid.com/en/variables/custom-variables.html)\r\n\r\n## Description\r\n\r\nThis code snippet executes the following tasks:\r\n\r\n1. Define a hash table `$formObject`. The keys of the hash table represent the properties of the `` cmdlet, while the values represent the values entered in the form.\r\n\r\n\u003e To view an example of the form output, please refer to the JSON code pasted below.\r\n\r\n```json\r\n{\r\n    \"displayName\": \"DisplayName\",\r\n    \"description\": \"Description\",\r\n    \"groupIdentity\": \"groupID\"\r\n}\r\n```\r\n\r\n\u003e :exclamation: It is important to note that the names of your form fields might differ. Ensure that the `$formObject` hashtable is appropriately adjusted to match your form fields.\r\n\u003e [See the Microsoft Docs page](https://learn.microsoft.com/en-us/graph/api/group-update?view=graph-rest-1.0\u0026tabs=http)\r\n\r\n2. Receive a bearer token by making a POST request to: `https://login.microsoftonline.com/$AADTenantID/oauth2/token`, where `$AADTenantID` is the ID of your Azure Active Directory tenant.\r\n\r\n3. update the attribues of a group using the: `Invoke-RestMethod` cmdlet. The hash table called: `$formObject` is passed to the body of the: `Invoke-RestMethod` cmdlet as a JSON object.\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftools4everbv%2Fhelloid-task-sa-target-azureactivedirectory-groupupdateattributes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftools4everbv%2Fhelloid-task-sa-target-azureactivedirectory-groupupdateattributes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftools4everbv%2Fhelloid-task-sa-target-azureactivedirectory-groupupdateattributes/lists"}