Comment on page
User
{
"kind": "user",
"name": string,
"fullName": string,
"contactEmail": string,
"orcid": string
}
Fields | Description |
---|---|
kind | string The resource type. Will always be "user". |
name | string The account name (username) of the user. Will only contain alphanumeric and underscore characters. |
fullName | string The user's full name, as provided by that user |
contactEmail | string
The email address that the user has specified as their primary contact email. |
orcid |
Last modified 10mo ago