# User

## Base definition

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

## Documentation

| Fields       | Description                                                                                                                             |
| ------------ | --------------------------------------------------------------------------------------------------------------------------------------- |
| kind         | <p><strong>string</strong></p><p>The resource type. Will always be "user".</p>                                                          |
| name         | <p><strong>string</strong></p><p>The account name (username) of the user. Will only contain alphanumeric and underscore characters.</p> |
| fullName     | <p><strong>string</strong></p><p>The user's full name, as provided by that user</p>                                                     |
| contactEmail | <p><strong>string</strong><br>The email address that the user has specified as their primary contact email.</p>                         |
| orcid        | <p><strong>string</strong><br>The <a href="https://orcid.org">ORCID</a> of the user, if available.</p>                                  |
