{"id":19504654,"url":"https://github.com/tools4everbv/helloid-task-sa-target-helloid-groupcreate","last_synced_at":"2026-06-15T11:32:06.547Z","repository":{"id":208289892,"uuid":"721267719","full_name":"Tools4everBV/HelloID-Task-SA-Target-HelloID-GroupCreate","owner":"Tools4everBV","description":"HelloID - Group create","archived":false,"fork":false,"pushed_at":"2024-01-16T12:17:35.000Z","size":25,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-02-25T22:11:43.872Z","etag":null,"topics":["delegated-form","helloid","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-11-20T17:45:40.000Z","updated_at":"2024-01-09T09:37:58.000Z","dependencies_parsed_at":"2023-11-20T19:27:13.067Z","dependency_job_id":"d281fd74-2d4b-4133-b9be-0df3299c6d52","html_url":"https://github.com/Tools4everBV/HelloID-Task-SA-Target-HelloID-GroupCreate","commit_stats":null,"previous_names":["tools4everbv/helloid-task-sa-target-helloid-groupcreate"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Tools4everBV/HelloID-Task-SA-Target-HelloID-GroupCreate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tools4everBV%2FHelloID-Task-SA-Target-HelloID-GroupCreate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tools4everBV%2FHelloID-Task-SA-Target-HelloID-GroupCreate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tools4everBV%2FHelloID-Task-SA-Target-HelloID-GroupCreate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tools4everBV%2FHelloID-Task-SA-Target-HelloID-GroupCreate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tools4everBV","download_url":"https://codeload.github.com/Tools4everBV/HelloID-Task-SA-Target-HelloID-GroupCreate/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tools4everBV%2FHelloID-Task-SA-Target-HelloID-GroupCreate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34358723,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-15T02:00:07.085Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["delegated-form","helloid","powershell","product","service-automation","task"],"created_at":"2024-11-10T22:26:39.457Z","updated_at":"2026-06-15T11:32:06.530Z","avatar_url":"https://github.com/Tools4everBV.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HelloID-Task-SA-Target-HelloID-GroupCreate\n\n## Prerequisites\n\n- [ ] HelloID API key and secret\n- [ ] Pre-defined variables: `portalBaseUrl`, `portalApiKey` and `portalApiSecret` created in your HelloID portal.\n\n## Description\n\nThis code snippet will create a new group within HelloID and executes the following tasks:\n\n1. Define a hash table `$formObject`. The keys of the hash table represent the properties necessary to create a new group within `HelloID`, while the values represent the values entered in the form.\n\n\u003e To view an example of the form output, please refer to the JSON code pasted below.\n\n```json\n{\n    \"name\": \"John Doe's Group\",\n    \"isEnabled\": \"true\",\n    \"isDefault\": \"false\",\n    \"userGuids\": [\n        \"953d9fdb-e303-4c9a-8e97-7cae5c8c512b\",\n        \"a74295b1-75a4-403c-86b8-021494c7fb72\"\n    ],\n    \"userNames\": [\n        \"john.doe@enyoi.org\",\n        \"jane.doe@enyoi.org\"\n    ],\n    \"applicationNames\": [\n        \"Generic SAML Application\",\n        \"Generic OIDC Application\"\n    ],\n    \"managedByUserGuid\": \"b27a9d33-d660-4f48-a338-e5013a688991\",\n    \"applicationGUIDs\": [\n        \"6937b1f8-9294-45b7-a0ed-ccba3bcff325\"\n    ]\n}\n```\n\n\u003e :exclamation: It is important to note that the names of your form fields might differ. Ensure that the `$formObject` hash table is appropriately adjusted to match your form fields.\n\u003e [See the HelloID API Docs page](https://apidocs.helloid.com/docs/helloid/0b84c01989115-add-a-group)\n\n2. Creates authorization headers using the provided API key and secret.\n\n3. Create a new 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.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftools4everbv%2Fhelloid-task-sa-target-helloid-groupcreate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftools4everbv%2Fhelloid-task-sa-target-helloid-groupcreate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftools4everbv%2Fhelloid-task-sa-target-helloid-groupcreate/lists"}