UserInclusion

Get

get

Retrieves FSLogix Office 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 Office Container settings (optional).

Responses
get
/api/VDIDefaultSettings/FSLogix/OfficeContainer/UserInclusion

Add

post

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

Query parameters
siteIdinteger · int32Optional

The Site ID of an object for which to modify the FSLogix Office 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
201

Created

No content

post
/api/VDIDefaultSettings/FSLogix/OfficeContainer/UserInclusion

No content

Remove

delete

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

Query parameters
siteIdinteger · int32Optional

The Site ID of an object for which to modify the FSLogix Office 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/VDIDefaultSettings/FSLogix/OfficeContainer/UserInclusion

No content

Was this helpful?