user element
Type: | user |
Namespace: | http://www.gentics.com/rest |
XML Schema: | ns0.xsd |
User object, representing a SystemUser in GCN
Example JSON
{
"id" : ...,
"firstName" : "...",
"lastName" : "...",
"description" : "...",
"email" : "...",
"groups" : [ {
"id" : ...,
"name" : "...",
"description" : "...",
"children" : [ {
"..." : ...
}, ... ]
}, ... ],
"login" : "..."
}