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)"
}
}
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)"
}
}