API Reference

Create a user

Create a user in the Ownli System. This method requires the caller to pass the user attributes. If a user with the same email or cell phone exists return an error.

Log in to see full request history
Query Params
boolean
Defaults to false

Return the user object if a user matching the email or phone number exists. Default behavior is to return an error.

Body Params
string
required

User's First Name. (Required)

string
required

User's Last Name. (Required)

string

User's Email.

boolean

Has the user's email been verified by the partner?

string
required

Cell Phone Number of the User. The phone number should be in the E.164 format +15556667777 (Required)

boolean

Has the user's phone been verified by the partner?

address
object
required

Address

Headers
string
required

Partner Id

string
required

Client Id

string
required

Client Secret

Responses

401

Authorization error e.g. due to an invalid or missing API keys.

Language
Click Try It! to start a request and see the response here! Or choose an example:
application/json