Skip to main content
GET
/
v3
/
groups
/
definitions
/
{group}
/
profiles
/
{profile}
/
explain
Explain why a single profile is or isn't in a dynamic group
curl --request GET \
  --url https://api.{tenant}.getomneo.com/api/v3/groups/definitions/{group}/profiles/{profile}/explain
{
  "data": {
    "profile_id": "<string>",
    "query": {
      "matched": true
    },
    "inclusion": {
      "matched": true,
      "matches": [
        "<string>"
      ]
    },
    "exclusion": {
      "matched": true,
      "excluded_by": null
    },
    "in_group": true,
    "reason": "<string>",
    "error": "<string>"
  }
}

Path Parameters

group
integer
required

The group ID

profile
string<uuid>
required

The profile ID

Response

data
object
required