Skip to content

SendSetPasswordIdentityType incorrectly defaults to doNotSend #183

@JoshTheHero

Description

@JoshTheHero

Currently sendSetPasswordIdentityType is defaulted to email when it is not included on the call for creating a user. This can cause issues since you would not expect to have to set this flag explicitly because in our docs the API is said to default sendSetPasswordIdentityType to doNotSend.

It looks like this is because it is set as a enum value and email looks to be the default value(0) which is wrong according to the API documentation.

public enum SendSetPasswordIdentityType { email, phone, doNotSend }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions