Skip to main content

addusertoapp

Description:

Add a new enduser to the app

Request

https://api.moinet.io/moibit/v1/addusertoapp

Request type - POST

Headers#

Header KeyHeader ValueOptional
nonce<developer_nonce> No
signature<signature gotten after signing developer_nonce by developer> No
developerKeypublic id of the developerNo
networkIDID of the network the app belongs toNo
appIDID of the app where user need to be addedNo
enduser_nonce<user nonce>No if enduser has moi_id
enduser_signature<signature gotten after signing user_nonce by enduser>No if enduser has moi_id

Parameters#

Param KeyParam TypeDescriptionOptional
enduserIDStringId of the enduserNo

Response Array#

Acknowledgement message

Sample Response#

{
"meta": {
"code": 200,
"requestId": "b623818d-677d-450a-802c-0b5aaeaf6983",
"message": "created successfully"
},
"data": "end user created successfully"
}