Returns all ResourceType resources.
GET/ResourceTypes
All ResourceType resources are listed in the response. The common fields for each ResourceType entry are 'endpoint', 'id', 'name', 'description', 'schema' and 'schemaExtensions'.
Responses
- 200
Returns all ResourceType resources.
- application/json
- application/scim+json
- Schema
- Example (from schema)
Schema
Array [
]
Number of ResourceType resources returned.
The ResourceTypes type represented by URN used for this response.
Resources
object[]
ID of the ResourceType.
Name of the ResourceType.
The ResourceType's HTTP addressable endpoint relative to the Base URL.
Description of the ResourceType.
The primary/base schema URI of the ResourceType.
A list of URIs of the ResourceType's schema extensions.
meta
object
Metadata of the ResourceType.
The location of the ResourceType.
The SCIM resource type.
The schema for the ResourceType resource.
{
"totalResults": 18,
"schemas": [
"urn:ietf:params:scim:api:messages:2.0:ListResponse"
],
"Resources": [
{
"id": "User",
"name": "User",
"endpoint": "/Applications",
"description": "User Account.",
"schema": "urn:ietf:params:scim:schemas:sailpoint:1.0:User",
"schemaExtensions": [
[
{
"schema": "urn:ietf:params:scim:schemas:extension:enterprise:2.0:User",
"required": true
},
{
"schema": "urn:ietf:params:scim:schemas:sailpoint:1.0:User",
"required": true
}
]
],
"meta": {
"location": "http://localhost:8080/iiq/scim/v2/ResourceTypes/User",
"resourceType": "ResourceType"
},
"schemas": [
"urn:ietf:params:scim:schemas:core:2.0:ResourceType"
]
}
]
}
- Schema
- Example (from schema)
Schema
Array [
]
Number of Schema resources returned.
The Schema type represented by URN used for this response.
Resources
object[]
ID of the ResourceType.
Name of the ResourceType.
The ResourceType's HTTP addressable endpoint relative to the Base URL.
Description of the ResourceType.
The primary/base schema URI of the ResourceType.
A list of URIs of the ResourceType's schema extensions.
meta
object
Metadata of the ResourceType.
The location of the ResourceType.
The SCIM resource type.
The schema for the ResourceType resource.
{
"totalResults": 18,
"schemas": [
"urn:ietf:params:scim:api:messages:2.0:ListResponse"
],
"Resources": [
{
"id": "User",
"name": "User",
"endpoint": "/Applications",
"description": "User Account.",
"schema": "urn:ietf:params:scim:schemas:sailpoint:1.0:User",
"schemaExtensions": [
[
{
"schema": "urn:ietf:params:scim:schemas:extension:enterprise:2.0:User",
"required": true
},
{
"schema": "urn:ietf:params:scim:schemas:sailpoint:1.0:User",
"required": true
}
]
],
"meta": {
"location": "http://localhost:8080/iiq/scim/v2/ResourceTypes/User",
"resourceType": "ResourceType"
},
"schemas": [
"urn:ietf:params:scim:schemas:core:2.0:ResourceType"
]
}
]
}