users
Create a new user
users
Create a new user
Create a new user account with email, password, and optional username. Requires write access.
POST
/
v0
/
users
/
create
curl --request POST \
--url https://api.fungies.io/v0/users/create \
--header 'Content-Type: application/json' \
--header 'x-fngs-public-key: <api-key>' \
--header 'x-fngs-secret-key: <api-key>' \
--data '{
"email": "jsmith@example.com",
"password": "<string>",
"username": "<string>"
}'
{
"status": "<string>",
"data": {
"user": {
"object": "user",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"email": null,
"username": null,
"details": null,
"internalId": null
}
}
}
Body
application/json
POST /v0/users/create Request body
Minimum length:
8
Response
200
application/json
POST /v0/users/create Positive response
Allowed value:
"success"
Available options:
user
Available options:
individual
, company
Available options:
AF
, AX
, AL
, DZ
, AD
, AO
, AI
, AQ
, AG
, AR
, AM
, AW
, AU
, AT
, AZ
, BS
, BH
, BD
, BB
, BY
, BE
, BZ
, BJ
, BM
, BT
, BO
, BA
, BW
, BV
, BR
, IO
, VG
, BN
, BG
, BF
, BI
, KH
, CM
, CA
, CV
, BQ
, KY
, CF
, TD
, CL
, CN
, CO
, KM
, CG
, CD
, CK
, CR
, CI
, HR
, CW
, CY
, CZ
, DK
, DJ
, DM
, DO
, EC
, EG
, SV
, GQ
, ER
, EE
, SZ
, ET
, FK
, FO
, FJ
, FI
, FR
, GF
, PF
, TF
, GA
, GM
, GE
, DE
, GH
, GI
, GR
, GL
, GD
, GP
, GU
, GT
, GG
, GN
, GW
, GY
, HT
, HN
, HK
, HU
, IS
, IN
, ID
, IQ
, IE
, IM
, IL
, IT
, JM
, JP
, JE
, JO
, KZ
, KE
, KI
, XK
, KW
, KG
, LA
, LV
, LB
, LS
, LR
, LY
, LI
, LT
, LU
, MO
, MG
, MW
, MY
, MV
, ML
, MT
, MQ
, MR
, MU
, YT
, MX
, MD
, MC
, MN
, ME
, MS
, MA
, MZ
, MM
, NA
, NR
, NP
, NL
, NC
, NZ
, NI
, NE
, NG
, NU
, MK
, NO
, OM
, PK
, PS
, PA
, PG
, PY
, PE
, PH
, PN
, PL
, PT
, PR
, QA
, RE
, RO
, RU
, RW
, WS
, SM
, ST
, SA
, SN
, RS
, SC
, SL
, SG
, SX
, SK
, SI
, SB
, SO
, ZA
, GS
, KR
, SS
, ES
, LK
, BL
, SH
, KN
, LC
, MF
, PM
, VC
, SD
, SR
, SJ
, SE
, CH
, TW
, TJ
, TZ
, TH
, TL
, TG
, TK
, TO
, TT
, TN
, TR
, TM
, TC
, TV
, UG
, UA
, AE
, GB
, US
, UY
, UZ
, VU
, VA
, VE
, VN
, WF
, EH
, YE
, ZM
, ZW
curl --request POST \
--url https://api.fungies.io/v0/users/create \
--header 'Content-Type: application/json' \
--header 'x-fngs-public-key: <api-key>' \
--header 'x-fngs-secret-key: <api-key>' \
--data '{
"email": "jsmith@example.com",
"password": "<string>",
"username": "<string>"
}'
{
"status": "<string>",
"data": {
"user": {
"object": "user",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"email": null,
"username": null,
"details": null,
"internalId": null
}
}
}