Skip to content

VerifyEmail doesn't return the email #12

Description

When I use this sdk and call
var apiResponse = new AuthenticationApi().VerifyEmail(token, null, url);

the apiResponse doesn't have any information of the user but when I call it native without this sdk, the response return me the email.

this is the response of the native call in a happy path

{
"IsPosted":true,
"Data":{
"Email":"xxxxxxx@yopmail.com"
}
}

And I need the email to get the profile info

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions