dmsUserResponseDto
dmsUserResponseDto
Data object for newly created/modified user
JSON Example
{
"id": 0,
"email": "string",
"_links": {
"_links": {
"href": "string",
"hreflang": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string",
"templated": false
}
}
}