Related Services: UserService.cs
Models
User
Represents a user object.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Represents a user object.
| 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 |
