Skip to content

Service Provider Config

GET
/scim/v2/ServiceProviderConfig
curl --request GET \
--url https://example.com/scim/v2/ServiceProviderConfig

Successful Response

Media typeapplication/json
Response Service Provider Config Scim V2 Serviceproviderconfig Get
object
key
additional properties
any
Examplegenerated
{}

Validation Error

Media typeapplication/json
HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context
object
Examplegenerated
{
"detail": [
{
"loc": [
"example"
],
"msg": "example",
"type": "example",
"input": "example",
"ctx": {}
}
]
}