Update a group

Update a group

put

Update an existing group

Authorizations
Path parameters
groupIdstringRequired

Group id

Example: 60af77fd294165466ccdf510
Header parameters
X-Symphony-Hoststring · min: 1Required

headers to indentify the originator

Example: localhost.symphony.com
If-MatchstringRequired

ETag of group to be updated

Example: e3a52e72-0854-4401-8c24-e0b17c0ca304
Body
all ofOptional
and
Responses
200
Successful response. Returns the group just updated
application/json
Responseall of
and
put
PUT /profile-manager/v1/groups/{groupId} HTTP/1.1
Host: 
Authorization: Bearer JWT
X-Symphony-Host: localhost.symphony.com
If-Match: e3a52e72-0854-4401-8c24-e0b17c0ca304
Content-Type: application/json
Accept: */*
Content-Length: 924

{
  "type": "SDL",
  "ownerType": "TENANT",
  "ownerId": 100,
  "name": "Test Group",
  "subType": "COMMUNITY",
  "referrer": "text",
  "members": [],
  "profile": {
    "displayName": "Test Group",
    "companyName": "Acme Corporation",
    "email": "[email protected]",
    "mobile": "+33(0)600000000",
    "jobTitle": "text",
    "jobRole": "Director",
    "jobDepartment": "text",
    "jobDivision": "text",
    "jobPhone": "text",
    "jobCity": "text",
    "industryOfInterest": [
      "Services"
    ],
    "assetClassesOfInterest": [
      "Equities"
    ],
    "marketCoverage": [
      "EMEA"
    ],
    "responsibility": [
      "Escalation"
    ],
    "function": [
      "Collateral"
    ],
    "instrument": [
      "Equities"
    ]
  },
  "visibilityRestriction": {
    "restrictedTenantsList": [
      100
    ],
    "restrictedUsersList": [
      12345678900000
    ]
  },
  "implicitConnection": {
    "connectedTenantsList": [
      100
    ],
    "connectedUsersList": [
      12345678900000
    ]
  },
  "interactionTransfer": {
    "restrictedTenantsList": [
      100
    ],
    "restrictedUsersList": [
      12345678900000
    ]
  },
  "id": "60af77fd294165466ccdf510",
  "status": "ACTIVE",
  "eTag": "e3a52e72-0854-4401-8c24-e0b17c0ca304"
}
{
  "type": "SDL",
  "ownerType": "TENANT",
  "ownerId": 100,
  "name": "Test Group",
  "id": "text",
  "createdDate": "2025-06-24T22:29:31.375Z",
  "createdBy": "text",
  "updatedDate": "2025-06-24T22:29:31.375Z",
  "updatedBy": "text",
  "status": "ACTIVE",
  "eTag": "e3a52e72-0854-4401-8c24-e0b17c0ca304",
  "members": [
    {
      "memberTenant": 100,
      "memberId": 12345678900000
    },
    {
      "addedDate": "2025-06-24T22:29:31.375Z"
    }
  ],
  "profile": {
    "displayName": "Test Group",
    "companyName": "Acme Corporation",
    "email": "[email protected]",
    "mobile": "+33(0)600000000",
    "jobTitle": "text",
    "jobRole": "Director",
    "jobDepartment": "text",
    "jobDivision": "text",
    "jobPhone": "text",
    "jobCity": "text",
    "industryOfInterest": [
      "Services"
    ],
    "assetClassesOfInterest": [
      "Equities"
    ],
    "marketCoverage": [
      "EMEA"
    ],
    "responsibility": [
      "Escalation"
    ],
    "function": [
      "Collateral"
    ],
    "instrument": [
      "Equities"
    ],
    "id": "text",
    "avatars": []
  },
  "visibilityRestriction": {
    "restrictedTenantsList": [
      100
    ],
    "restrictedUsersList": [
      12345678900000
    ]
  },
  "implicitConnection": {
    "connectedTenantsList": [
      100
    ],
    "connectedUsersList": [
      12345678900000
    ]
  },
  "interactionTransfer": {
    "restrictedTenantsList": [
      100
    ],
    "restrictedUsersList": [
      12345678900000
    ]
  }
}

Last updated

Was this helpful?