Group type resource data model
/OUType
Dictionary table
The diagran service model of the object: http://www.soffid.org/doc/console/2.9.0/uml/com/soffid/iam/api/OUType.html
It is allowed to consult all the Group Type definition using the Schema query:
http://<your-domain>/webservice/scim2/v1/Schemas/urn:soffid:com.soffid.iam.api.OUType
Full JSON example
Request
http://<your-domain>/webservice/scim2/v1/OUType/504761
Response
{
"roleHolder": false,
"meta": {
"location": "https://<your-domain>/webservice/scim2/v1/OUType/504761",
"resourceType": "OUType"
},
"schemas": [
"urn:soffid:com.soffid.iam.api.OUType"
],
"name": "CC",
"description": "Cost center",
"id": 504761
}