[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen

EntitlementUnassignReq

Properties

array of string
groupIds Optional

List of groups to be unassigned


array of ResourceDetail
resourceDetails Optional

List of apps/desktop to be unassigned.


array of string
userIds Optional

List of users to be unassigned

JSON Example

{
    "groupIds": [
        "group-id-1",
        "group-id-2"
    ],
    "resourceDetails": [
        {
            "poolId": "pg-id-2",
            "resourceId": "app-id-1"
        },
        {
            "poolId": "pg-id-2"
        }
    ],
    "userIds": [
        "user-id-3",
        "user-id-4"
    ]
}
[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen
Parameter To

Unassign
Unassign Bulk

Feedback

Was this page helpful?