Mutations
checkSsoConnectionStatus
Checks whether the customer has completed SSO setup.
MUTATION
checkSsoConnectionStatus: CheckSSOConnectionStatusReturns
status
Mutation
Response
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Checks whether the customer has completed SSO setup.
checkSsoConnectionStatus: CheckSSOConnectionStatusmutation CheckSsoConnectionStatus {
checkSsoConnectionStatus {
status {
configured
connectionId
providerName
providerType
}
}
}{
"data": {
"checkSsoConnectionStatus": {
"status": {
"configured": true,
"connectionId": "string",
"providerName": "string",
"providerType": "string"
}
}
}
}Was this page helpful?
mutation CheckSsoConnectionStatus {
checkSsoConnectionStatus {
status {
configured
connectionId
providerName
providerType
}
}
}{
"data": {
"checkSsoConnectionStatus": {
"status": {
"configured": true,
"connectionId": "string",
"providerName": "string",
"providerType": "string"
}
}
}
}Suggestions