Skip to main content

User type resource

/UserType

Dictionary table

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

Query Schema

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

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

Response 20 OK&&TODO&&

{
    "meta": {
        "location": "http://soffid.pat.lab:8080/webservice/scim2/v1/Schemas/urn:soffid:com.soffid.iam.api.UserType",
        "resourceType": "Schema"
    },
    "schemas": [
        "urn:ietf:params:scim:schemas:core:2.0:Schema"
    ],
    "name": "UserType",
    "description": "UserType object",
    "attributes": [],
    "id": "urn:soffid:com.soffid.iam.api.UserType"
}

Full JSON example

Visit SCIM User type examples page