ApiGroupMembershipsOrderInput Data Type

Properties
name data type constraints description
order array of ApiObjectId required

Example

{
  "order" : [ {
    "id" : "5bBePJwK9ycB1QnjOlot",
    "externalId" : "123456"
  }, {
    "id" : "...",
    "externalId" : "..."
  } ]
}