curl --request GET \
--url https://cloud.memsource.com/web/api2/v1/scim/ServiceProviderConfig{
"authenticationSchemes": [
{
"type": "<string>",
"name": "<string>",
"description": "<string>",
"specUrl": "<string>",
"primary": true
}
],
"schemas": [
"<string>"
],
"patch": {
"supported": true
},
"bulk": {
"supported": true
},
"filter": {
"supported": true
},
"changePassword": {
"supported": true
},
"sort": {
"supported": true
},
"etag": {
"supported": true
},
"xmlDataFormat": {
"supported": true
}
}curl --request GET \
--url https://cloud.memsource.com/web/api2/v1/scim/ServiceProviderConfig{
"authenticationSchemes": [
{
"type": "<string>",
"name": "<string>",
"description": "<string>",
"specUrl": "<string>",
"primary": true
}
],
"schemas": [
"<string>"
],
"patch": {
"supported": true
},
"bulk": {
"supported": true
},
"filter": {
"supported": true
},
"changePassword": {
"supported": true
},
"sort": {
"supported": true
},
"etag": {
"supported": true
},
"xmlDataFormat": {
"supported": true
}
}successful operation
Was this page helpful?