GroupUser resource data model
/GroupUser
Dictionary table
The diagram service model of the object: http://www.soffid.org/doc/console/2.9.0/uml/com/soffid/iam/api/GroupUser.html
Soffid allows you to add customized data to the GroupUser object. You can do that on metadata option:
It is allowed to consult all the GroupUser definition using the Schema query:
GET http://<your-domain>/webservice/scim2/v1/Schemas/urn:soffid:com.soffid.iam.api.GroupUserFull JSON example
Request
GET http://<your-domain>/webservice/scim2/v1/GroupUser/1519730Response 200 OK
{
    "groupDescription": "World Modified",
    "meta": {
        "location": "http://<your-domain>/webservice/scim2/v1/GroupUser/1519730",
        "resourceType": "GroupUser"
    },
    "schemas": [
        "urn:soffid:com.soffid.iam.api.GroupUser"
    ],
    "start": "2021-02-20 18:08:23",
    "fullName": "Dilbert ADAMS .",
    "end": "2021-02-20 19:07:45",
    "disabled": true,
    "attributes": {},
    "id": 1519730,
    "user": "dilbert",
    "primaryGroup": false,
    "group": "world2"
}Response Error
For more infomation about response error visitVisit https://bookstack.soffid.com/link/116#bkmrk-error-responseSCIM GroupUser examples page
 
