Create end user
Creates a new end user
AI Actions
Creates a new end user
Authorization
Token_header_Authorization api:user.writeAuthorizationBearer <token>
In: header
Scope: api:user.write
Request Body
application/json
abnstring
Australian Business Number (ABN) of the end user if they represent a business
emailstring
An End Users email address. This should be their primary email, as it is used for notifying the End User about their consents.
namestring
Name of the end user
phonestring
An End Users Phone number in E.164 format
Response Body
application/json
application/vnd.goa.error
application/vnd.goa.error
application/vnd.goa.error
curl -X POST "https://api.fiskil.com/v1/end-users" \ -H "Content-Type: application/json" \ -d '{ "abn": "51 824 753 556", "email": "john_starmer@gmail.com", "name": "John Starmer", "phone": "+614123456789" }'{
"end_user_id": "83064af3-bb81-4514-a6d4-afba340825cd"
}{
"fault": true,
"id": "123abc",
"message": "parameter 'p' must be an integer",
"name": "bad_request",
"temporary": true,
"timeout": false
}{
"fault": true,
"id": "123abc",
"message": "parameter 'p' must be an integer",
"name": "bad_request",
"temporary": true,
"timeout": false
}{
"fault": true,
"id": "123abc",
"message": "parameter 'p' must be an integer",
"name": "bad_request",
"temporary": true,
"timeout": false
}Was this page helpful?