curl --request POST \
--url https://api.coralogix.com/mgmt/openapi/latest/aaa/team-saml/v1/active \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"isActive": true,
"teamId": 123
}
'{}No description available
curl --request POST \
--url https://api.coralogix.com/mgmt/openapi/latest/aaa/team-saml/v1/active \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"isActive": true,
"teamId": 123
}
'{}Was this page helpful?