Skip to main content

Network resource data model

/MailDomain

Dictionary table

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

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

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

Full JSON example

Request

GET http://<your-domain>/webservice/scim2/v1/MailDomain/523265

Response 200 OK

{
    "meta": {
        "location": "http://<your-server>/webservice/scim2/v1/MailDomain/523265",
        "resourceType": "MailDomain"
    },
    "schemas": [
        "urn:soffid:com.soffid.iam.api.MailDomain"
    ],
    "name": "soffid.org",
    "obsolete": false,
    "description": "Old Domain",
    "id": 523265
}

Response Error

For more infomation about response error visit https://bookstack.soffid.com/link/116#bkmrk-error-response