Skip to main content

updateenduser

Description:

Activate or deactivate the enduser

Request

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

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 the enduser belongs toNo
enduserIDID of the enduserNo

Parameters#

Param KeyParam TypeDescriptionOptional
isActiveBooleanTrue: To activate the user
False: To deactivate the user
No

Response Array#

Get acknowledgment message

Sample Response#

{
"meta": {
"code": 200,
"requestId": "eeaf36d6-4aec-4d05-9526-ad454837d55e",
"message": "updated successfully"
},
"data": "end user updated successfully"
}