User

Base definition

{
    "kind": "user",
    "name": string,
    "fullName": string,
    "contactEmail": string,
    "orcid": string
}

Documentation

FieldsDescription

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

string The ORCID of the user, if available.

Last updated