{ "opencollection": "1.0.0", "info": { "name": "UiPath Automation Hub Alerts Groups API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Groups", "type": "folder" }, "items": [ { "info": { "name": "UiPath List Groups", "type": "http" }, "http": { "method": "GET", "url": "https://cloud.uipath.com/{orgName}/{tenantName}/automationhub_/api/v1/:organizationName/identity_/api/Group/:partitionGlobalId", "params": [ { "name": "organizationName", "value": "", "type": "path", "description": "The name of the UiPath organization" }, { "name": "partitionGlobalId", "value": "", "type": "path", "description": "Global partition identifier for the organization or tenant scope" } ] }, "docs": "Retrieves all user groups within the specified organizational partition (tenant or organization). Groups aggregate users for role assignment and license allocation. Requires the PM.Groups or PM.Groups.Read OAuth scope." }, { "info": { "name": "UiPath Get a Group by ID", "type": "http" }, "http": { "method": "GET", "url": "https://cloud.uipath.com/{orgName}/{tenantName}/automationhub_/api/v1/:organizationName/identity_/api/Group/:partitionGlobalId/:groupId", "params": [ { "name": "organizationName", "value": "", "type": "path", "description": "The name of the UiPath organization" }, { "name": "partitionGlobalId", "value": "", "type": "path", "description": "Global partition identifier for the organization or tenant scope" }, { "name": "groupId", "value": "abc123", "type": "path", "description": "Unique identifier of the group" } ] }, "docs": "Retrieves a specific user group by its unique identifier within the specified organizational partition. Returns group details including name, description, and member count. Requires the PM.Groups or PM.Groups.Read OAuth scope." }, { "info": { "name": "UiPath Create a Group", "type": "http" }, "http": { "method": "POST", "url": "https://cloud.uipath.com/{orgName}/{tenantName}/automationhub_/api/v1/:organizationName/identity_/api/Group", "params": [ { "name": "organizationName", "value": "", "type": "path", "description": "The name of the UiPath organization" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new user group in the organization. Groups are used to assign roles in bulk, allocate licenses, and control access to automation resources. Members can be added after group creation. Requires the PM.Groups OAuth scope." } ] } ], "bundled": true }