Create postgres users.
List of postgres users to create
required | Array of objects (Items) [ 1 .. 10 ] characters |
List of created users
Response of a failed request
Validation Error
{- "items": [
- {
- "credentials": {
- "nonce": "string"
}
}
]
}
{- "items": [
- {
- "host": "fdw.<CLUSTER>.cogniteapp.com",
- "username": "string",
- "password": "string",
- "createdTime": 1730204346000,
- "lastUpdatedTime": 1730204346000,
- "sessionId": 1
}
]
}