v52

latestOpenAPI 3.0.0Apache 2.0raw.githubusercontent.com2026-08-03134119177.4 KB
internal

setup lakeFS and create a first user

post/setup_lakefs

Request body

usernamestring required

an identifier for the user (e.g. jane.doe)

firstNamestring

the provided first name

lastNamestring

the provided last name

emailstring

the provided email

companyNamestring

the provided company name

countrystring

the provided country

featureUpdatesboolean

user preference to receive feature updates

securityUpdatesboolean

Deprecated: no longer used

Example request

{
  "key": {
    "access_key_id": "AKIAIOSFODNN7EXAMPLE",
    "secret_access_key": "wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY"
  }
}

Response

user created successfully

access_key_idstring required
secret_access_keystring required
creation_dateinteger required

Unix Epoch in seconds