UserInclusion

Get

get

Retrieves FSLogix Office Container User Inclusion List of a session server with the specified ID.

Path parameters
idinteger · int32Required

The ID of a session server for which to retrieve the FSLogix Office Container settings.

Responses
200

Success

application/json; api-version=1.0
get
/api/RDS/HostPool/{id}/FSLogix/OfficeContainer/UserInclusion

Add

post

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

Path parameters
idinteger · int32Required

The ID of a session server for which to modify the FSLogix Office Container settings.

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/RDS/HostPool/{id}/FSLogix/OfficeContainer/UserInclusion

No content

Remove

delete

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

Path parameters
idinteger · int32Required

The ID of a session server for which to modify the FSLogix Office Container settings.

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/RDS/HostPool/{id}/FSLogix/OfficeContainer/UserInclusion

No content

Was this helpful?