Skip to main content

User type resource data model

/UserType

Dictionary table

The diagran service model of the object: http://www.soffid.org/doc/console/2.9.0/uml/com/soffid/iam/api/UserType.html

It is allowed to consult all the GroupUser Type definition using the Schema query:

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

Full JSON example

Request

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

Response

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