v1
latestOpenAPI 3.1.02026-07-26165182724.7 KBCreate User
Create a new user - The user object now only requires the firstName, lastName, email and mobile fields to create a new user. You can choose to collect the remaining information as per your onboarding flow and update them via the PATCH user method.
Please note, all the optional fields on this page are mandatory to eventually start KYC.
post/user/create
Headers
api-keystring required
Your Striga API key
Authorizationstring required
Your HMAC signature
Request body
Response
201
Example response
{
"userId": "474f3a7b-eaf4-45f8-b548-b784a0ba008f",
"email": "pb+xx@striga.com",
"mobile": {
"countryCode": "+372",
"number": "589872762"
},
"KYC": {
"status": "NOT_STARTED",
"tier0": {
"eligible": true,
"status": "NOT_STARTED"
},
"tier1": {
"eligible": true,
"status": "NOT_STARTED",
"inboundLimitConsumed": {
"all": "0",
"va": "0"
},
"inboundLimitAllowed": {
"all": "1500000",
"va": "1000000"
}
},
"tier2": {
"status": "NOT_STARTED"
},
"tier3": {
"status": "NOT_STARTED"
}
},
"emailVerification": {
"dateExpires": "2024-01-25T04:56:39.745Z"
},
"mobileVerification": {
"dateExpires": "2024-01-25T04:56:39.745Z"
},
"missingFields": [
"dateOfBirth"
]
}