Describes a user with administrative rights.
| name | data type | description |
|---|---|---|
| self | string | URI pointing to the resource describing the administrator in the URN administration. |
| login | string | Login name of the administrator. |
| created | string | Date and time when the administrator was added to the system. |
| lastModified | string | Date and time when the information about the administrator was last modified. |
| surname | string | Surname of the administrator. |
| forename | string | Forename of the administrator. |
| string | Email address of the administrator.
Email addresses match the following regular expression |
|
| phone | string | Phone number of the administrator.
Note that phone numbers do not follow a fixed format. |
Example
{
"self" : "http://example.org/admins/login/turing",
"login" : "turing",
"created" : "2017-03-02T15:23:16.123Z",
"lastModified" : "2017-03-02T15:23:16.123Z",
"surname" : "Turing",
"forename" : "Alan",
"email" : "a.turing@example.org",
"phone" : "+49 69 1525 0"
}