get https://{server}{path}/ServiceProviderConfig
Get the service provider configuration.
Responses
401Unauthorized. Occurs if the bearer token is invalid.
Get the service provider configuration.
401Unauthorized. Occurs if the bearer token is invalid.
xxxxxxxxxx
curl --request GET \
--url https://users.lucid.app/scim/v2/ServiceProviderConfig \
--header 'accept: application/json'
xxxxxxxxxx
33}
{
"schemas": [
"urn:ietf:params:scim:schemas:core:2.0:User"
],
"documentationUri": "https://lucidco.zendesk.com/hc/articles/360049427352-SCIM-Overview",
"patch": {
"supported": true
},
"filter": {
"supported": true,
"maxResults": "100"
},
"changePassword": {
"supported": true
},
"sort": {
"supported": false
},
"etag": {
"supported": true
},
"authenticationSchemas": [
{
"name": "OAuth Bearer Token",
"description": "Authentication scheme using the OAuth Bearer Token Standard",