Retrieve a list of users by their usernames

Retreive a list of postgres users by their usernames, optionally ignoring unknown usernames

Securityoidc-token or oauth2-client-credentials or oauth2-open-industrial-data or oauth2-auth-code
Request
Request Body schema: application/json
required
required
Array of objects (UsernameWrapper) [ 1 .. 10 ] items
ignoreUnknownIds
boolean

Ignore usernames that are not found

Responses
200

List of users retrieved by their usernames

400

Response of a failed request

422

Validation Error

post/postgresgateway/users/byids
Request samples
application/json
{
  • "items": [
    • {
      }
    ],
  • "ignoreUnknownIds": true
}
Response samples
application/json
{
  • "items": [
    • {
      }
    ]
}