SenseCrypt Docs
API ReferenceScim

Schema By Id

GET/v1/idp/scim/v2/Schemas/{schema_id}

Path Parameters

schema_id*Schema Id

Response Body

application/scim+json

application/json

curl -X GET "https://example.com/v1/idp/scim/v2/Schemas/string"
{}
{  "detail": [    {      "loc": [        "string"      ],      "msg": "string",      "type": "string",      "input": null,      "ctx": {}    }  ]}