All URIs are relative to https://prod.api.appcluster01.ca-central-1.ezmax.com/rest, except if the operation defines another base path.
Method | HTTP request | Description |
---|---|---|
serviceProviderConfigGetObjectScimV2() | GET /2/scim/ServiceProviderConfig | Get Service Provider Configuration |
serviceProviderConfigGetObjectScimV2(): \eZmaxAPI\Model\ScimServiceProviderConfig
Get Service Provider Configuration
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$apiInstance = new eZmaxAPI\Api\ScimServiceProviderConfigApi(
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
// This is optional, `GuzzleHttp\Client` will be used as default.
new GuzzleHttp\Client()
);
try {
$result = $apiInstance->serviceProviderConfigGetObjectScimV2();
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling ScimServiceProviderConfigApi->serviceProviderConfigGetObjectScimV2: ', $e->getMessage(), PHP_EOL;
}
This endpoint does not need any parameter.
\eZmaxAPI\Model\ScimServiceProviderConfig
No authorization required
- Content-Type: Not defined
- Accept:
application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]