Retreive a list of postgres users by their usernames, optionally ignoring unknown usernames
List of users retrieved by their usernames
Response of a failed request
Validation Error
{- "items": [
- {
- "username": "string"
}
], - "ignoreUnknownIds": true
}
{- "items": [
- {
- "username": "string",
- "createdTime": 1730204346000,
- "lastUpdatedTime": 1730204346000,
- "sessionId": 1
}
]
}