latestOpenAPI 3.0.12026-08-18208389631.4 KB
e41a7579fb3f
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
Response
The portal user was created. Returns the ID of the new user