UserResponse Model
UserResponse Model documentation for Java SDK
UserResponse
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) |