API Documentation - Jaze ISP Manager Section M - Check user exsists by name API
Initializing search
    • Section A - Authentication steps
    • Section B - Add user API
    • Section C - Edit user API
    • Section D - Get all users of an account API
    • Section E - Get user details API
    • Section F - Session data API
    • Section G - Get balance API
    • Section H - Make payment API
    • Section I - Get user session details API
    • Section J - Change billing cycle API
    • Section K - Add FUP quota to user API
    • Section L - Check user exists by ID API
    • Section M - Check user exsists by name API
    • Section N - Get previous duration cycle API
    • Section O - Get previous data cycle API
    • Section P - Reset password API
    • Section Q - Send password API
    • Section S - Payment details API
    • Section T - Invoice details API
    • Section U - Renew API
    • Section V - Tickets API
    • Section W - Accounts API
    • Section X - Profiles details API
    • Section Y - Webhook API
    • Section Z - Lead API
    • Section AA - Voice billing
    • Errorcode Messages

    Section M - Check user exsists by name API

    M1 General Information

    GET Method:

    /api/v1/user_exists_by_username/< user_name >

    If < user_name > has any special characters then change method to POST send it with below values.

    M2 Sample Output

    {
     "status": 0,
     "errorCode" = 200
    }
    
    Previous Section L - Check user exists by ID API
    Next Section N - Get previous duration cycle API
    Made with Material for MkDocs