Create Users
You can add other people to your Runops organization or let them register themselves.
Add Users
Portal
Only users that belong to the admin
group can manage users. Head over to https://use.runops.io/users and create users.
Command-line
Only users that belong to the admin
group can manage users.
runops users create \
--name "Michale Scotch" \
--email "michael@dundermifflin.com" \
--team "engineering" \
--groups "dev,support"
Activating users
After users self-register, operators can approve their accounts in 3 different ways:
Slack
The first admin of the Runops organization receives a message in Slack with a review card, from the Runops bot, where they can activate the new user.
Portal
A user with the admin
group can edit the user in the portal and set update the status from reviewing
to active
Command-line
A user with the admin
group can edit the user using the CLI and set update the status from reviewing
to active
runops users update \
--id 2
--status active
You can find the id of the user with: runops users list