All URIs are relative to https://localhost
Method | HTTP request | Description |
---|---|---|
getServiceProviderConfig | GET /scim/v2/ServiceProviderConfig | Return the ServiceProviderConfig schema. |
getServiceProviderConfig()
Return the ServiceProviderConfig schema.
Returns HTTP 200 if the schema is found.
// Import classes:
//import io.swagger.client.ApiException;
//import io.swagger.client.api.Scimv2ServiceProviderConfigApi;
Scimv2ServiceProviderConfigApi apiInstance = new Scimv2ServiceProviderConfigApi();
try {
apiInstance.getServiceProviderConfig();
} catch (ApiException e) {
System.err.println("Exception when calling Scimv2ServiceProviderConfigApi#getServiceProviderConfig");
e.printStackTrace();
}
This endpoint does not need any parameter.
null (empty response body)
No authorization required
- Content-Type: Not defined
- Accept: application/json, application/scim+json