Account confirmers, Anti-spam team, Confirmed users, Bureaucrats and Sysops emeriti
4,925
edits
No edit summary |
No edit summary |
||
Line 207: | Line 207: | ||
!Name!!Type!!Description!!Other Names | !Name!!Type!!Description!!Other Names | ||
|- | |- | ||
|id||Integer|| | |id||Integer, Optional (temporarily)||Unique numeric identifier for user (currently only supplied on /user API)|| | ||
|- | |- | ||
|name||String||Email address of user (if you are logged in) or first part otherwise (which is therefore non-unique)||assignee, reporter, qa_contact (as flat fields) | |name||String||Email address of user (if you are logged in) or first part otherwise (which is therefore non-unique)||assignee, reporter, qa_contact (as flat fields) | ||
Line 214: | Line 214: | ||
|- | |- | ||
|ref||String, Read Only||URL of user in API|| | |ref||String, Read Only||URL of user in API|| | ||
|} | |||
==Error== | |||
{| border="1" | |||
!Name!!Type!!Description!!Other Names | |||
|- | |||
|code||Integer, Read Only||Unambiguous definition of error (XXXnot_implemented)|| | |||
|- | |||
|error||Boolean (True), Read Only||Indicates the object is an error object|| | |||
|- | |||
|html_page||String, Read Only, Optional||If underlying implementation is screen-scraping and if error is not recognised; only present so you can read it manually!|| | |||
|- | |||
|http_code||Integer, Read Only, Optional||If Bugzilla returned a useful HTTP code|| | |||
|- | |||
|message||String, Read Only||Short English string describing error|| | |||
|- | |||
|xmlrpc_code||Integer, Read Only||If underlying implementation is XML-RPC|| | |||
|} | |} |