UserInclusion
Get
Retrieve FSLogix Profile Container User Inclusion List of a Site Defaults object.
GET/api/VDIDefaultSettings/FSLogix/ProfileContainer/UserInclusion
Query parameters
Response
Success
Body
accountnullable string
The name of the user/group account the filter is added to.
typeenum
User Type
1 = User,2 = Group,3 = ForeignSecurityPrincipal,4 = Computer
sidnullable string
The SID of the user/group account the filter is added to.
Request
Response
Add
Add a user to the User Inclusion List of the FSLogix Profile Container settings.
POST/api/VDIDefaultSettings/FSLogix/ProfileContainer/UserInclusion
Query parameters
Body
User configuration.
accountnullable string
The name of the user/group account to add to the FSLogix Container.
sidnullable string
The SID of the user/group account to add to the FSLogix Container.
Response
Created
Request
Response
Delete
Remove a user from the User Inclusion List of the FSLogix Profile Container settings.
DELETE/api/VDIDefaultSettings/FSLogix/ProfileContainer/UserInclusion
Query parameters
Body
User configuration.
accountnullable string
The name of the user/group account to remove from the FSLogix Container.
sidnullable string
The SID of the user/group account to remove from the FSLogix Container.
Response
No Content
Request
Response
Was this helpful?