UserResponse Model
UserResponse Model documentation for JavaScript SDK
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 | Number | Timestamp when the user was created (milliseconds since epoch) | |
| updatedAt | Number | Timestamp when the user was last updated (milliseconds since epoch) |