User Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
UserV3
public class User
type User = class
Public Class User
- Inheritance
-
User
Constructors
| Name | Description |
|---|---|
| User() | |
Properties
| Name | Description |
|---|---|
| About |
Custom text entered by the user to describe themselves in their 'About Me' section |
| AvatarUrl |
URL to the user's avatar image |
| Company |
Company of the user |
| Country |
ISO 3166-1 alpha-2 country code (e.g. ch, us, de) of the user |
| Created |
Timestamp indicating when the user was created (yyyy-MM-ddTHH:mm:ss.fffZ) |
| Deleted |
Timestamp indicating when the user was deleted (yyyy-MM-ddTHH:mm:ss.fffZ). Without admin permissions, only non deleted user will be returned |
| Department |
Department of the user |
|
Email of the user |
|
| FirstName |
First name of the user. |
| FirstSeen |
Timestamp indicating when the user logged in the first time (yyyy-MM-ddTHH:mm:ss.fffZ) |
| Id |
id |
| IsFederated |
Indicates whether the user authenticates using local credentials (email/password) rather than an external SSO provider (SAML, OpenID Connect) |
| IsTechnical |
Indicates whether the user is a technical API user (non-interactive/machine account); when true the user typically authenticates via API key |
| Language |
The user's interface language preference |
| LastName |
Last name of the user. |
| Location |
Location of the user |
| Position |
Company of the user |