Skip to main content
GET
/
api
/
scim
/
v2
/
ResourceTypes
/
User
Get the User resource type
curl --request GET \
  --url https://app.trelica.com/api/scim/v2/ResourceTypes/User
{
  "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"
  }
}

Response

200 - application/json

OK

schemas
string[]
name
string
endpoint
string
description
string
schema
string
schemaExtensions
string
id
string

The service-provider-assigned SCIM resource ID. Server-controlled; ignored on requests.

externalId
string

An identifier for the resource as defined by the provisioning client.

meta
object

Resource metadata (created/last-modified timestamps, resource type, location). Server-controlled; ignored on requests.