Adding users
You can add users using the CLI or Web UI. Generally the process is:
- Invite them to your organization.
- After they accept, register a new
Useraccount on treasury. - Create an invite
Credentialfor the new user. They will use this to enroll their security key.
Adding a user to treasury
- Using Web UI
- Using CLI
Go to the Treasury Users page and invite a new user by email.

This will produce an invite link that your invited user will be emailed (or you can copy to them directly).
You can invite a user via CLI.
treasury users invite alice@example.com [--sign-with mycred]
Add --offline to get the invite link directly, instead of sending the user an email invitation.
To consume an invite via CLI (and use a local credential), you can run something like:
treasury users add-credential mycred --invite YOUR_INVITE_CODE
Adding a user with read-only access
You can add a user to your organization (but not to the treasury), which will grant pure read-only access currently.
Go to the Organization Users page and invite a new user by email.
