Skip to content
FeedbackDashboard

User

Retrieve the current user
user.retrieve() -> UserRetrieveResponse { id, email, github, 2 more }
GET/v0/user
ModelsExpand Collapse
class UserRetrieveResponse { id, email, github, 2 more }
id: String
email: String
github: { username}
username: String
name: String
object: :user