MailDomain resource data model
/MailListMailDomain
Dictionary table
The diagram service model of the object: http://www.soffid.org/doc/console/2.9.0/uml/com/soffid/iam/api/MailList.MailDomain.html
Soffid allows you to add customized data to the user object. You can do that on metadata, on the proper object.
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.MailListMailDomain
Full JSON example
Request
GET http://<your-domain>/webservice/scim2/v1/MailList/524071MailDomain/523265
Response 200 OK
{
"groupMembers": [],
"usersList": [
"admin",
"test2"
],
"description": "Test email",
"externalList": [],
"explodedUsersList": [
"test2",
"admin"
],
"roleMembers": [],
"lists": [
"test@soffid.com"
],
"meta": {
"location": "http://<your-server>/webservice/scim2/v1/MailList/524071"MailDomain/523265",
"resourceType": "MailList"MailDomain"
},
"domainName": "soffid.com",
"schemas": [
"urn:soffid:com.soffid.iam.api.MailList"MailDomain"
],
"name": "test"soffid.org",
"attributes"obsolete": {}false,
"description": "Old Domain",
"id": 524071,
"listsBelong": "test@soffid.com"523265
}
Response Error
For more infomation about response error visit https://bookstack.soffid.com/link/116#bkmrk-error-response