User Inclusion

Get

get

Retrieve FSLogix Profile Container User Inclusion List of a Site Defaults object.

Query parameters
siteIdinteger · int32Optional

The SiteId of a Site Defaults object for which to retrieve the FSLogix Profile Container settings (optional).

Responses
200

Success

application/json; api-version=1.0
get
/api/AVD/DefaultSettings/SingleSession/FSLogix/ProfileContainer/UserInclusion

Add

post

Add a user to the User Inclusion List of the FSLogix Profile Container settings.

Query parameters
siteIdinteger · int32Optional

The Site ID of an object for which to modify the FSLogix Profile Container settings (optional).

Body

Add a user or group account to the FSLogix user inclusion/exclusion list

accountstring | nullableOptional

The name of the user/group account to add to the FSLogix Container.

sidstring | nullableOptional

The SID of the user/group account to add to the FSLogix Container.

Responses
post
/api/AVD/DefaultSettings/SingleSession/FSLogix/ProfileContainer/UserInclusion

No content

Delete

delete

Remove a user from the User Inclusion List of the FSLogix Profile Container settings.

Query parameters
siteIdinteger · int32Optional

The Site ID of an object for which to modify the FSLogix Profile Container settings (optional).

Body

Remove a user from the FSLogix user inclusion list

accountstring | nullableOptional

The name of the user/group account to remove from the FSLogix Container.

sidstring | nullableOptional

The SID of the user/group account to remove from the FSLogix Container.

Responses
delete
/api/AVD/DefaultSettings/SingleSession/FSLogix/ProfileContainer/UserInclusion

No content

Last updated

Was this helpful?