v1

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

Create a User

Create a new user.

post/users

Request body

LoginNamestring

The new users login name.

FullNamestring

The full name for the new user.

Groupsstring[]

The groups the new user is a member of.

Passwordstring

The password for the new user.

Example request

{
  "LoginName": "admin",
  "FullName": "KurrentDB Admin",
  "Groups": [
    "Admin",
    "DataScience"
  ],
  "Password": "aVerySecurePassword"
}

Response

New user created