Skip to main content
GET
/
api
/
v1
/
scim
/
v2
/
ResourceTypes
/
{resourceTypeId}
{
  "schemas": [
    "urn:ietf:params:scim:schemas:core:2.0:ResourceType"
  ],
  "id": "<string>",
  "meta": {
    "version": "<string>",
    "location": "<string>",
    "lastModified": "2023-11-07T05:31:56Z",
    "created": "2023-11-07T05:31:56Z",
    "resourceType": "<string>"
  },
  "name": "<string>",
  "description": "<string>",
  "endpoint": "<string>",
  "schema": "<string>",
  "schemaExtensions": [
    {
      "required": true,
      "schema": "<string>"
    }
  ]
}

Path Parameters

resourceTypeId
string
required

resource type identifier

Response

200 - application/json

Ok

schemas
enum<string>[]
required
id
string
required
name
string
required
endpoint
string
required
schema
string
required
meta
object
description
string
schemaExtensions
object[]