Skip to main content

Group type resource data model

/OUType

Dictionary table

The diagram 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:

GET http://<your-domain>/webservice/scim2/v1/Schemas/urn:soffid:com.soffid.iam.api.OUType

Full JSON example

Request

GET http://<your-domain>/webservice/scim2/v1/OUType/504761

Response 200 OK

{
    "roleHolder": false,
    "meta": {
        "location": "http://<your-domain>/webservice/scim2/v1/OUType/504761",
        "resourceType": "OUType"
    },
    "schemas": [
        "urn:soffid:com.soffid.iam.api.OUType"
    ],
    "name": "CC",
    "description": "Cost center",
    "id": 504761
}

Response Error

For more infomation about response error visitVisit https://bookstack.soffid.com/link/116#bkmrk-error-responseSCIM Group type examples page