User type resource data model
/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
It is allowed to consult all the User Type definition using the Schema query:
GET http://<your-domain>/webservice/scim2/v1/Schemas/urn:soffid:com.soffid.iam.api.UserType
Full JSON example
Request
GET http://<your-domain>/webservice/scim2/v1/UserType/33
Response 200 OK
{
"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
}
Response Error
For more infomation about response error visit https://bookstack.soffid.com/link/116#bkmrk-error-response