v1

latestOpenAPI 3.1.02026-07-263911,4691.1 MB
Directory (Sites)

Remove association for multiple users to a specific folder

delete/directory/v1/folder/{id}/users

Path parameters

idstring required

Required. The folder identifier we want to remove users from

Query parameters

user_idsstring[]

List of UserIDs for users with an association type of "MEMBER" to be disassociated with the given folder

Response

A successful response.

user_statusobject

Map of UserIDs for users with an association type of "MEMBER" with their resulting status after removing access to the folder. This map corresponds to the list of UserIDs passed through user_ids in RemoveUsersAssociationRequest For example: <Key,Value> -> <5441fffcde344415bb7ccaceda27e196, Status>

manager_statusobject

Map of UserIDs for users with an association type of "MANAGER" with their resulting status after removing access to the folder. This map corresponds to the list of UserIDs passed through manager_user_ids in RemoveUsersAssociationRequest For example: <Key,Value> -> <5441fffcde344415bb7ccaceda27e196, Status>