CustomObject resource data model
/CustomObject
Dictionary table
The diagram service model of the object: http://www.soffid.org/doc/console/2.9.0/uml/com/soffid/iam/api/CustomObject.html
Query Schema
It is allowed to consult all the CustomObject definition using the Schema query:
GET http://<your-domain>/soffid/webservice/scim2/v1/Schemas/urn:soffid:com.soffid.iam.api.CustomObject
Full JSON example
Request
GET http://<your-domain>/webservice/scim2/v1/CustomObject/1510208
Response 200 OK &&TODO&&
{
"meta": {
"location": "http://<your-server>/soffid.pat.lab:8080/webservice/scim2/v1/CustomObject/1510208"Schemas/urn:soffid:com.soffid.iam.api.CustomObject",
"resourceType": "CustomObject"Schema"
},
"schemas": [
"urn:soffid:com.soffid.iam.api.CustomObject"ietf:params:scim:schemas:core:2.0:Schema"
],
"name": "ES"CustomObject",
"description": "Spain"CustomObject object",
"attributes": {
"language": "English"
}[],
"id": 1510208,
"type": "country"urn:soffid:com.soffid.iam.api.CustomObject"
}
ResponseFull Error
JSON example
For more infomation about response error visitVisit https://bookstack.soffid.com/link/116#bkmrk-error-responseSCIM CustomObject examples page.