Skip to main content
POST
/
v3
/
profiles
/
{profile}
/
groups
Create (or return) this profile's instance of a definition
curl --request POST \
  --url https://api.{tenant}.getomneo.com/api/v3/profiles/{profile}/groups \
  --header 'Content-Type: application/json' \
  --data '
{
  "group_definition_id": 123,
  "meta": [
    "<string>"
  ]
}
'
"<string>"

Path Parameters

profile
string<uuid>
required

The profile ID

Body

application/json
group_definition_id
integer
required
meta
string[] | null

Response

The response is of type string.