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 :
- JSON
- YAML
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": ""
}
}
}userprofile.yamluserinfo:
firstname: Jhon
lastname: Doe
phonenumber: "202 55 0111"
address:
city: city
state: state
country: country
zipcode: 0
streetaddress: ""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 :
- JSON
- YAML
userprofile.jsoninitz edit userprofile -t json
userprofile.yamlinitz edit userprofile -t yaml
-
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.