Create a new Aconex profile

patch

/api/user

Create a new Aconex profile and link to existing Lobby account.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
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 profile.
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 profile.
Show Source
Nested Schema : projectIds
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 aconex profile.
Back to Top