Skip to content

AuthenticatedUser.get_emails() returned data changed to list of dicts #1852

@cbrianhill

Description

@cbrianhill

According to the provided type information for AuthenticatedUser, the get_emails function returns a list of string. However, in my experience with version 1.54.1 of this module, it appears to return a list of dictionaries that looks like the following:

[
  {
    "email": "xxx@yyy.com",
    "primary": false,
    "verified": true,
    "visibility": null
  },
  ...
]

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions