Skip to main content
POST
/
v3
/
groups
/
definitions
/
{group}
/
profiles
Add a profile to a static group
curl --request POST \
  --url https://api.{tenant}.getomneo.com/api/v3/groups/definitions/{group}/profiles \
  --header 'Content-Type: application/json' \
  --data '
{
  "profile_id": "<string>",
  "source_type": "<string>",
  "source_id": 123,
  "meta": [
    "<string>"
  ],
  "added_by_profile_id": "<string>"
}
'
"<string>"

Path Parameters

group
integer
required

The group ID

Body

application/json
profile_id
string
required
source_type
string | null
Maximum string length: 255
source_id
integer | null
meta
string[] | null
added_by_profile_id
string | null

Response

The response is of type string.