Skip to content

Managing accounts

There are two types of accounts: a reseller account and a company account. It is recommended to create one reseller account on the server and use it to create company accounts

Terminal window
podman exec -it ss-django /venv/bin/python3 manage.py create_user --reseller

Set a session invitation type for a company

Section titled “Set a session invitation type for a company”
Terminal window
podman exec -it ss-django /venv/bin/python3 manage.py set_invite_by {COMPANY_ID} {email|sms}

Example:

Terminal window
podman exec -it ss-django /venv/bin/python3 manage.py set_invite_by 67145 sms