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"
}
}
]
}SCIM
List resource types
Returns the SCIM 2.0 resource types this provider exposes (RFC 7643), in a SCIM ListResponse
envelope. SCIM clients read this during discovery. Per the SCIM standard, supplying a filter
is not permitted.
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
Response
200 - application/json
OK
The total number of results matching the query, across all pages.
The number of results returned in this page.
The 1-based index of the first result in this page.
The SCIM schema URIs for this response. Always the SCIM ListResponse schema.
The resources returned in this page.
Show child attributes
Show child attributes
Was this page helpful?
⌘I