v1

latestOpenAPI 3.0.12026-08-06207388629.3 KB
Registration

Creates a new Portal User and KonnexMe User

Sample Request:

POST /v1/Registration/
{
    "FirstName": "Jonathon",
    "LastName": "Dawson",
    "Password": "testing123",
    "Email": "jon@dawson.com",
    "IsVerified": true
}
post/v1/Registration/CreatePortalUser

Request body

firstNamestring nullable
middleNamestring nullable
lastNamestring nullable
preferredNamestring nullable
passwordstring nullable
emailstring nullable
inviteIdentifierstring uuid
portalConfirmationUrlstring nullable
userCreatedIdinteger nullable

Response

The portal user was created. Returns the ID of the new user