Skip to main content

User type resource data model

/UserType

Dictionary table

The diagrandiagram 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 User 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/UserType/33

Response

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