Authorizations
API key authentication
Body
application/json
Response
The response is of type object.
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
}'{}API key authentication
The response is of type object.
Was this page helpful?