cURL
curl --request GET \ --url https://dev.users.niobi.co/api/partners/get-user-status/{email}
{ "success": true, "message": "<string>", "status": "<string>" }
Returns the status of a user by their email address, including KYC status information.
The email address of the user
Success
The response is of type object.
object