UserResponse Model
UserResponse Model documentation for .NET SDK
User information response
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| UserId | string | The unique identifier of the user | |
| string | The user's email address | ||
| DisplayName | string | The user's display name | |
| Username | string | The user's username (optional) | [optional] |
| CreatedAt | long | Timestamp when the user was created (milliseconds since epoch) | |
| UpdatedAt | long | Timestamp when the user was last updated (milliseconds since epoch) |