Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 977 Bytes

Scimv2ResourceTypeApi.md

File metadata and controls

45 lines (29 loc) · 977 Bytes

Scimv2ResourceTypeApi

All URIs are relative to https://localhost

Method HTTP request Description
getResourceType GET /scim/v2/ResourceType Return the ResourceType schema.

getResourceType

getResourceType()

Return the ResourceType schema.

Returns HTTP 200 if the schema is found.

Example

Scimv2ResourceTypeApi apiInstance = new Scimv2ResourceTypeApi();
try {
    apiInstance.getResourceType();
} catch (ScimApiException e) {
    System.err.println("Exception when calling Scimv2ResourceTypeApi#getResourceType");
    e.printStackTrace();
}

Parameters

This endpoint does not need any parameter.

Return type

null (empty response body)

Authorization

No authorization required

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json, application/scim+json