v1

latestSwagger 2.0Event Store License v22026-07-17711075.0 KB
Users

Update specified user

Update the FullName or Groups of the specified user.

put/users/{login}

Path parameters

loginstring required

The user's name.

Request body

FullNamestring

The full name of the new user.

Groupsstring[]

The groups the new user should become a member of.

Example request

{
  "FullName": "KurrentDB Admin",
  "Groups": [
    "Admin",
    "DataScience"
  ]
}

Response

OK