All URIs are relative to https://localhost
Method | HTTP request | Description |
---|---|---|
getResourceType | GET /scim/v2/ResourceType | Return the ResourceType schema. |
getResourceType()
Return the ResourceType schema.
Returns HTTP 200 if the schema is found.
// Import classes:
//import io.swagger.client.ApiException;
//import io.swagger.client.api.Scimv2ResourceTypeApi;
Scimv2ResourceTypeApi apiInstance = new Scimv2ResourceTypeApi();
try {
apiInstance.getResourceType();
} catch (ApiException e) {
System.err.println("Exception when calling Scimv2ResourceTypeApi#getResourceType");
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