> ## Documentation Index
> Fetch the complete documentation index at: https://numadocs.secc.org/llms.txt
> Use this file to discover all available pages before exploring further.

# User

> Represents a user object.

Namespace: [Numa.Models](numamodels)<br />
Related Services: [UserService.cs](../services/userservice)

## Properties

| Property Name     | Type       | Description                                             |
| :---------------- | :--------- | :------------------------------------------------------ |
| `Id`              | `string`   | Identifying `Guid`                                      |
| `NameIdentifier`  | `string`   | Identifier from `ClaimsPrincipal` in Microsoft Entra Id |
| `FirstName`       | `string`   | User's first name                                       |
| `LastName`        | `string`   | User's last name                                        |
| `IsAdmin`         | `bool`     | Whether user is an admin                                |
| `CreatedDatetime` | `DateTime` | When user was created                                   |
