Update or create the specified hierarchical members.

put

/social/api/v1/hierarchicalMembers/{hierarchicalMemberID}

Request

Supported Media Types
Path Parameters
Body ()
The request body defines the details of the request.
Root Schema : XV1HierarchicalMembersUpdateInfo
Type: object
V1 Collaboration API Hierarchical Members update DTO.
Show Source
Nested Schema : addedMemberGroups
Type: array
List of added groups. Can be empty. This can specify the group externalID, name or objectID.
Show Source
  • List of added groups. Can be empty. This can specify the group externalID, name or objectID.
Nested Schema : addedMemberUserNames
Type: array
List of added users. Can be empty.
Show Source
Nested Schema : childFolderIDs
Type: array
List of child folder IDs. Can be empty. Use this to build up parent-child relationships within the member hierarchy.
Show Source
  • List of child folder IDs. Can be empty. Use this to build up parent-child relationships within the member hierarchy.
Nested Schema : childUpdateInfos
Type: array
List of child XV1HierarchicalMembersUpdateInfos.
Show Source
Nested Schema : XV1HierarchicalMembersOperationType
Type: object
Show Source
  • Allowed Values: [ "ASSOCIATE_CONVERSATION", "CREATE_CONVERSATION", "MOVE_FILE", "MOVE_FOLDER", "MOVE_MEMBERS", "REMOVE_MEMBERS", "REMOVE_MEMBERS_OBJECT", "SHARE_FOLDER" ]
    V1 Collaboration API Operation Types on Hierarchical Members.
Nested Schema : removedMemberGroups
Type: array
List of removed groups. Can be empty. This can specify the group externalID, name or objectID.
Show Source
  • List of removed groups. Can be empty. This can specify the group externalID, name or objectID.
Nested Schema : removedMemberUserNames
Type: array
List of removed users. Can be empty.
Show Source

Response

Supported Media Types

200 Response

Successful operation.
Body ()
V1 Hierarchical Members Information DTO.
Root Schema : XV1HierarchicalMembersInfo
Type: object
V1 Hierarchical Members Information DTO.
Show Source
Nested Schema : XV1FolderIDListInfo
Type: object
List of folder IDs.
Show Source
Nested Schema : XV1IgnoredMemberListInfo
Type: object
List of ignored members.
Show Source
Nested Schema : XV1IgnoredUserListInfo
Type: object
List of ignored users.
Show Source
Nested Schema : XV1HierarchicalMembersOperationType
Type: object
Show Source
  • Allowed Values: [ "ASSOCIATE_CONVERSATION", "CREATE_CONVERSATION", "MOVE_FILE", "MOVE_FOLDER", "MOVE_MEMBERS", "REMOVE_MEMBERS", "REMOVE_MEMBERS_OBJECT", "SHARE_FOLDER" ]
    V1 Collaboration API Operation Types on Hierarchical Members.
Nested Schema : ids
Type: array
List of folder IDs.
Show Source
Nested Schema : groups
Type: array
List of users.
Show Source
Nested Schema : users
Type: array
List of users.
Show Source
Nested Schema : users
Type: array
List of users.
Show Source