curl --request POST \
--url https://api.cpln.io/org/{org}/group \
--header 'Content-Type: application/json' \
--data '{
"description": "<string>",
"tags": {},
"memberLinks": [
"<string>"
],
"memberQuery": {
"kind": "<string>",
"spec": {
"match": "all",
"terms": [
{
"op": "=",
"property": "<string>",
"rel": "<string>",
"tag": "<string>",
"value": "<string>"
}
],
"sort": {
"by": "<string>",
"order": "asc"
}
}
},
"identityMatcher": {
"expression": "<string>",
"language": "jmespath"
}
}'
"<any>"
curl --request POST \
--url https://api.cpln.io/org/{org}/group \
--header 'Content-Type: application/json' \
--data '{
"description": "<string>",
"tags": {},
"memberLinks": [
"<string>"
],
"memberQuery": {
"kind": "<string>",
"spec": {
"match": "all",
"terms": [
{
"op": "=",
"property": "<string>",
"rel": "<string>",
"tag": "<string>",
"value": "<string>"
}
],
"sort": {
"by": "<string>",
"order": "asc"
}
}
},
"identityMatcher": {
"expression": "<string>",
"language": "jmespath"
}
}'
"<any>"
Service account key can be used as API keys
The body is of type object
.
Group was created successfully
The response is of type any
.