Create a User Account

post

/api/user

Create a new Lobby user account. Additionally, you can create and link Aconex accounts to the new Lobby account.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
Nested Schema : aconexUsers
Type: array
The fields required to create an Aconex user account.
Show Source
Nested Schema : CreateLobbyUserRequest
Type: object
The fields required to create a Lobby user account.
Show Source
Nested Schema : CreateAconexUserRequest
Type: object
The fields required to create an Aconex user account.
Show Source
Nested Schema : projectIds
Type: array
The list of Aconex project ids that the new Aconex user should be invited to.
Show Source
Back to Top

Response

Supported Media Types

200 Response

Successful operation.
Body ()
Root Schema : CreateUserResponse
Type: object
Show Source
Nested Schema : aconexUser
Type: array
The fields for the newly created Aconex user account.
Show Source
Nested Schema : CreateLobbyUserResponse
Type: object
The fields for the newly created Lobby user account.
Show Source
Nested Schema : CreateAconexUserResponse
Type: object
The fields for the newly created Aconex user account.
Show Source
Nested Schema : projectId
Type: array
The list of Aconex projects each new aconex user account is invited to.
Show Source

400 Response

One or more required fields are missing.

401 Response

You do not have privileges to perform this action.

500 Response

Unable to create user account.
Back to Top