Skip to main content

Manage Your Profile

  • Get profile

    Use command :

    initz get userprofile
  • Update your profile

    Use command :

    initz edit userprofile -f <userprofile.json/userprofile.yaml>
    Example template :
    userprofile.json
    {
    "user_info": {
    "first_name": "Jhon",
    "last_name": "Doe",
    "phone_number": "202 55 0111",
    "address": {
    "city": "city",
    "state": "state",
    "country": "country",
    "zip_code": 0,
    "street_address": ""
    }
    }
    }

    You can either use the configuration provided in the file above to edit your profile or generate your own example configuration to do so.

    Generate Configuration :
    userprofile.json
    initz edit userprofile -t json
  • Get credits

    To get the credits for your organization, Use command :

    initz get credits
  • Get ALL Organizations

    initz get org
  • Describe Organization

    To see details of organization, use command :

    initz describe org
  • Deactivate your account

    Are you sure you want to delete your account? Once you delete your account, there is no going back. Please be certain. Use command :

    initz delete account
    danger
    • Once your account is deactivated, you will not be able to register again with the same email.