get https://api.streak.com/api/v1/users/me
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 Name | Description |
---|---|
email | The email address of the user |
lowercaseEmail | A lower case version of the users email address. Useful for normalization |
lastSeenTimestamp | The date the user last used into Streak |
isOauthComplete | Whether the user has completed the OAuth process. Useful to determine whether they can successfully share emails |
displayName | A display friendly name, usually the users full name if it exists in their profile |