Skip to content

Get-SlackUsers inconsistent values: First name Last_Name #132

@nascentt

Description

@nascentt

Seems counterintuitive to me that
Last_Name = $User.Profile.Last_Name

But
FirstName = $User.Profile.First_Name
DisplayName = $User.Profile.Display_Name
RealName = $User.Profile.Real_Name

Despite all the profile.atrribes being underscores all PSCustomObject attributes except Last_Name have no underscore.

Either they all should have an underscore or all shouldn't.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions