Skip to main content
GET
/
v3
/
profiles
/
{profile}
/
groups
Group instances this profile owns
curl --request GET \
  --url https://api.{tenant}.getomneo.com/api/v3/profiles/{profile}/groups
{
  "data": [
    {
      "id": 123,
      "group_definition_id": 123,
      "owner": {
        "type": "<string>",
        "id": "<string>"
      },
      "status": "<string>",
      "meta": [
        "<unknown>"
      ],
      "created_at": "<string>",
      "updated_at": "<string>"
    }
  ]
}

Path Parameters

profile
string<uuid>
required

The profile ID

Query Parameters

page[size]
string

Response

Array of Group

data
Group · object[]
required