Update users

Update postgres users

Securityoidc-token or oauth2-client-credentials or oauth2-open-industrial-data or oauth2-auth-code
Request
Request Body schema: application/json
required

Users to update

required
Array of objects (Items) [ 1 .. 10 ] items
Responses
200

Returns users with updates

400

The response for a bad request.

422

Validation Error

post/postgresgateway/update
Request samples
application/json
{
  • "items": [
    • {
      }
    ]
}
Response samples
application/json
{
  • "items": [
    • {
      }
    ],
  • "nextCursor": "string"
}