Skip to main content
Activate/Deactivate SAML
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
}'
{}

Authorizations

Authorization
string
header
required

API key authentication

Body

application/json

This data structure is used to activate or deactivate a SAML identity provider

isActive
boolean
required
teamId
integer
required

Response

The response is of type object.