curl --request GET \
--url https://paradigm.lighton.ai/scim/v2/ResourceTypes \
--header 'Authorization: Bearer <token>'{
"Resources": [
{
"id": "<string>",
"name": "<string>",
"endpoint": "<string>",
"description": "<string>",
"schema": "<string>",
"meta": {
"location": "<string>",
"resourceType": "ResourceType"
},
"schemas": [
"urn:ietf:params:scim:schemas:core:2.0:ResourceType"
]
}
],
"schemas": [
"urn:ietf:params:scim:api:messages:2.0:ListResponse"
]
}curl --request GET \
--url https://paradigm.lighton.ai/scim/v2/ResourceTypes \
--header 'Authorization: Bearer <token>'{
"Resources": [
{
"id": "<string>",
"name": "<string>",
"endpoint": "<string>",
"description": "<string>",
"schema": "<string>",
"meta": {
"location": "<string>",
"resourceType": "ResourceType"
},
"schemas": [
"urn:ietf:params:scim:schemas:core:2.0:ResourceType"
]
}
],
"schemas": [
"urn:ietf:params:scim:api:messages:2.0:ListResponse"
]
}