Skip to main content

Perform an initial standalone setup with the local identity provider

POST /occm/setup-portal/init-standalone-local-auth

Performs initial standalone setup with a local identity provider.

Parameters

Name Type In Required Description

Authorization

string

header

False

Request Body

Name Type Required Description

adminUser

LocalAuthSetupUserRequest

True

site

string

False

company

string

False

Example request
{
  "adminUser": {
    "email": "string",
    "password": "string",
    "fullName": "string"
  },
  "site": "string",
  "company": "string"
}

Error

Status: Default, Default response
Name Type Required Description

upgradeToVersion

string

False

Example error response
{
  "upgradeToVersion": "string"
}

Definitions

See Definitions

LocalAuthSetupUserRequest

Name Type Required Description

email

string

False

password

string

False

fullName

string

True