GET
/
api2
/
v1
/
segmentationRules
/
owners
Get owners of segmentation rules
curl --request GET \
  --url https://cloud.memsource.com/web/api2/v1/segmentationRules/owners
{
  "owners": [
    {
      "firstName": "<string>",
      "lastName": "<string>",
      "userName": "<string>",
      "email": "<string>",
      "role": "SYS_ADMIN",
      "id": "<string>",
      "uid": "<string>"
    }
  ]
}

Response

200
application/json

successful operation

Owners of segmentation rules