Skip to main content

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 group object. You can do that on metadata option:

  • Main Menu > Administration > Configure Soffid > Global Settings > Metadata

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

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

Full JSON example

Request

http://<your-domain>/webservice/scim2/v1/GroupUser/1519730

Response

{
    "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"
}