User
Models a user.
Supertype
Subtypes
None
JSON Representation
{
"id" : string,
("firstName" : string,)
("lastName" : string,)
("pictureURL" : URL)
}
Fields description
| Field | Meaning | Constraints |
|---|---|---|
id |
Identifier of the user. | Valid API item identifier. |
firstName* |
First name of the user. | Not empty. |
lastName* |
Last name of the user. | Not empty. |
pictureURL* |
URL of the user picture. | Valid URL. |
For GET requests, the fields marked by * are present only if the requesting user has the appropriate permission(s).