---
title: "POST /v{version}/CompanySignUp/CreateProspectAuthUser"
method: POST
path: "/v{version}/CompanySignUp/CreateProspectAuthUser"
tags: ["CompanySignUp"]
---

# POST /v{version}/CompanySignUp/CreateProspectAuthUser

`POST /v{version}/CompanySignUp/CreateProspectAuthUser`

## Path parameters

- `version` string, required

## Request body

- BilfloApiFeaturesCompanySignUpRequestsCreateProspectAuthUserRequest
  - `firstName` string, nullable
  - `lastName` string, nullable
  - `emailAddress` string, nullable
  - `phoneNumber` string, nullable
  - `companyName` string, nullable
  - `password` string, nullable
  - `verificationCode` string, nullable

## Response `200`

Success

- BilfloApiFeaturesCompanySignUpCreateProspectAuthUserResponsesCreateProspectAuthUserResponse
  - `isValid` boolean
  - `message` string, nullable
  - `company` BilfloApiFeaturesCompanySignUpCreateProspectAuthUserResponsesCreateAndSignUpCompanyResponse
    - `isValid` boolean
    - `message` string, nullable
    - `companyId` integer
    - `companyUUID` string, uuid
    - `loginAddress` string, nullable
    - `verificationCode` string, nullable
    - `companySubdomain` string, nullable
    - `transactionId` string, uuid
  - `user` BilfloApiFeaturesCompanySignUpCreateProspectAuthUserResponsesCreateCompanyUserResponse
    - `isValid` boolean
    - `message` string, nullable
    - `transactionId` string, uuid
    - `userId` integer
    - `username` string, nullable
    - `firstName` string, nullable
    - `lastName` string, nullable
    - `userPhone` string, nullable
    - `userEmailAddress` string, nullable
    - `encodedEmailToken` string, nullable
    - `authUserId` integer, nullable
    - `createdBy` integer
    - `ownerId` integer
    - `authLoginException` BilfloModelsExceptionsAuthLoginException
      - `status` integer
      - `detail` string, nullable

---

[API](https://skmtc.net/bilflo/apis/bilflo-api.md) · [All operations](https://skmtc.net/bilflo/apis/bilflo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bilflo/bilflo-api/revisions/bcdbca776df0/schema)
