RoleAccount resource data model
/RoleAccount
Dictionary table
The diagram service model of the object: http://www.soffid.org/doc/console/2.9.0/uml/com/soffid/iam/api/RoleAccount.html
Query Schema
It is allowed to consult all the RoleAccount definition using the Schema query:
GET http://<your-domain>/webservice/scim2/v1/ResourceTypes/RoleAccount
Full JSON example
Request
GET http://<your-server>/webservice/scim2/v1/RoleAccount/863774
Response 200 OK
{
"certificationDate": "2020-11-23 17:50:13",
"accountSystem": "ad",
"accountName": "aitor.menta",
"approvalPending": false,
"userFullName": "Menta",
"bpmEnforced": "N",
"enabled": true,
"accountId": 408539,
"informationSystemName": "Operation/Business process/ad",
"system": "ad",
"meta": {
"location": "http://<your-domain>/webservice/scim2/v1/RoleAccount/863774",
"resourceType": "RoleAccount"
},
"schemas": [
"urn:soffid:com.soffid.iam.api.RoleAccount"
],
"roleName": "enterprise",
"removalPending": false,
"id": 863774,
"roleDescription": "Enterprise",
"startDate": "2020-11-23 12:00:00"
}
Response Error
For more infomation about response error visit https://bookstack.soffid.com/link/116#bkmrk-error-responseVisit