Skip to content

Error 422 trying to push any data to GLUe #38

@bfreitasdtiq

Description

@bfreitasdtiq

Anytime i try to push data , Ive tried Passwords,Configurations i get this error.

New-ITGluePasswords : {"errors":[{"status":422,"title":"Valid organization_id is required","source":{"pointer":"data/attributes/organization_id"}}]}

New-ITGluePasswords -organization_id 5020178 -data $PasswordObject

#Password Data
$PasswordObject = @{
type = 'passwords'
attributes = @{
name = 'utilname'
username = 'usernametest'
password = 'passwordtest'
notes = "Local Admin Password for $($Env:COMPUTERNAME)"
}
}

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