Skip to main content
GET
/
api
/
scim
/
v2
/
ResourceTypes
List resource types
curl --request GET \
  --url https://app.trelica.com/api/scim/v2/ResourceTypes
{
  "totalResults": 1,
  "itemsPerPage": 100,
  "startIndex": 0,
  "schemas": [
    "urn:ietf:params:scim:api:messages:2.0:ListResponse"
  ],
  "Resources": [
    {
      "schemas": [
        "urn:ietf:params:scim:schemas:core:2.0:ResourceType"
      ],
      "name": "User",
      "endpoint": "/api/scim/v2/User",
      "description": "User Account",
      "schema": "urn:ietf:params:scim:schemas:core:2.0:User",
      "meta": {
        "location": "https://app.trelica.com/api/scim/v2/ResourceTypes/User",
        "resourceType": "ResourceType"
      }
    }
  ]
}

Query Parameters

filter
string

Response

200 - application/json

OK

totalResults
integer<int32>

The total number of results matching the query, across all pages.

itemsPerPage
integer<int32>

The number of results returned in this page.

startIndex
integer<int32>

The 1-based index of the first result in this page.

schemas
string[]

The SCIM schema URIs for this response. Always the SCIM ListResponse schema.

Resources
object[]

The resources returned in this page.