Skip to main content
POST
Create invited user

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
first_name
string
required
Required string length: 2 - 25
last_name
string
required
Required string length: 2 - 25
email
string<email>
required

Must be unique across creditor users.

Required string length: 2 - 255
password
string<password>
required

Must satisfy the configured password policy.

Required string length: 8 - 16

Response

Creditor user created and invitation queued.

message
string
required
Example:

"User created."

data
object
required
Last modified on July 20, 2026