GET https://api.getpostman.com/scim/v2/ServiceProviderConfig
Returns configuration details for Qodex's SCIM API, including the list of operations that are supported.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"schemas": [
"urn:ietf:params:scim:schemas:core:2.0:ServiceProviderConfig"
],
"documentationUri": "https://learning.postman.com/docs/administration/managing-your-team/configuring-scim",
"patch": {
"supported": true
},
"bulk": {
"supported": false,
"maxOperations": 0,
"maxPayloadSize": 0
},
"filter": {
"supported": true,
"maxResults": 100
},
"changePassword": {
"supported": false
},
"sort": {
"supported": false
},
"etag": {
"supported": false
},
"authenticationSchemes": [
{
"name": "OAuth Bearer Token",
"description": "Authentication scheme using the OAuth Bearer Token Standard",
"specUri": "http://www.rfc-editor.org/info/rfc6750",
"type": "oauthbearertoken"
}
],
"meta": {
"resourceType": "ServiceProviderConfig",
"location": "{{url}}/scim/v2/ServiceProviderConfig"
}
} |
ENDPOINTS