Update postgres users
Users to update
required | Array of objects (Items) [ 1 .. 10 ] items |
Returns users with updates
The response for a bad request.
Validation Error
{- "items": [
- {
- "username": "string",
- "update": {
- "credentials": {
- "set": {
- "nonce": "string"
}
}
}
}
]
}
{- "items": [
- {
- "username": "string",
- "createdTime": 1730204346000,
- "lastUpdatedTime": 1730204346000,
- "sessionId": 1
}
], - "nextCursor": "string"
}