user element

Type: user
Namespace: http://hudson-ci.org/xsd/hudson/2.1.0/rest/common

Example XML

<?xml version="1.0" encoding="UTF-8"?> <user xmlns="http://hudson-ci.org/xsd/hudson/2.1.0/rest/common"> <id xmlns="">...</id> <fullName xmlns="">...</fullName> <description xmlns="">...</description> </user>

Example JSON

{ "id" : "...", "fullName" : "...", "description" : "..." }