Assignment

List

get

Retrieve Assignment List of an AVD Host Pool with the specified ID.

Path parameters
idinteger · int32Required

The ID of an AVD Host Pool for which to retrieve the Assignment settings.

Responses
200

Success

application/json; api-version=1.0
get
/api/AVD/HostPool/{id}/Assignment

Add

post

Add a user or group to the Assignment List of the AVD Host Pool.

Path parameters
idinteger · int32Required

The ID of an AVD Host Pool for which to modify the Assignment settings.

Body

Add a user or group account to the AVD Host Pool Assignment list

accountstring | nullableOptional

The name of the account to add to the Assignments.

sidstring | nullableOptional

The SID of the account to add to the Assignments.

Responses
post
/api/AVD/HostPool/{id}/Assignment

No content

Remove

delete

Remove a user or group from the Assignment List of the AVD Host Pool.

Path parameters
idinteger · int32Required

The ID of an AVD Host Pool for which to modify the Assignment settings.

Body

Remove a user or group account from the AVD Host Pool Assignment list

accountstring | nullableOptional

The name of the account to remove from the Assignments.

sidstring | nullableOptional

The SID of the account to remove from the Assignments.

Responses
delete
/api/AVD/HostPool/{id}/Assignment

No content

Was this helpful?