RoleAccount resource
/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:
Request
GET http://<your-domain>/soffid/webservice/scim2/v1/ResourceTypes/RoleAccount
Response 200 OK
{
"meta": {
"location": "http://soffid.pat.lab:8080/webservice/scim2/v1/Schemas/urn:soffid:com.soffid.iam.api.RoleAccount",
"resourceType": "Schema"
},
"schemas": [
"urn:ietf:params:scim:schemas:core:2.0:Schema"
],
"name": "RoleAccount",
"description": "RoleAccount object",
"attributes": [],
"id": "urn:soffid:com.soffid.iam.api.RoleAccount"
}
Full JSON example
Visit SCIM RoleAccount examples page