Get Current User

Each Streak user has a corresponding user object. Creation of users is done when a user signs up for Streak and these objects can not be altered through the API. Since API keys are associated with the user, each API key only has privileges to access its own user object.

Property NameDescription
emailThe email address of the user
lowercaseEmailA lower case version of the users email address. Useful for normalization
lastSeenTimestampThe date the user last used into Streak
isOauthCompleteWhether the user has completed the OAuth process. Useful to determine whether they can successfully share emails
displayNameA display friendly name, usually the users full name if it exists in their profile
Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!