API Documentation
- Additional Workflow Step
- Analysis
- Async Request
- Authentication
- Bilingual File
- Business Unit
- Buyer
- Client
- Connector
- Conversations
- Cost Center
- Custom Fields
- Custom File Type
- Domain
- Due Date Scheme
- Email Template
- File
- Glossary
- Import settings
- Job
- Language AI
- Language Quality Assessment
- Machine Translation
- Machine Translation Settings
- Mapping
- Net Rate Scheme
- Notifications
- Price List
- Project
- Project Reference File
- Project Template
- Provider
- Quality Assurance
- Quote
- SCIM
- Segmentation Rules
- Service
- Spell Check
- SubDomain
- Supported Languages
- Term Base
- Translation
- Translation Memory
- User
- Vendor
- Webhook
- Workflow changes
- Workflow Step
- XML Assistant
SCIM
Retrieve the Service Provider's Configuration
GET
/
api2
/
v1
/
scim
/
ServiceProviderConfig
Retrieve the Service Provider's Configuration
Copy
Ask AI
curl --request GET \
--url https://cloud.memsource.com/web/api2/v1/scim/ServiceProviderConfig
Copy
Ask AI
{
"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
}
}
Response
200
application/json
successful operation
The response is of type object
.
Was this page helpful?
Retrieve the Service Provider's Configuration
Copy
Ask AI
curl --request GET \
--url https://cloud.memsource.com/web/api2/v1/scim/ServiceProviderConfig
Copy
Ask AI
{
"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
}
}
Assistant
Responses are generated using AI and may contain mistakes.