Skip to main content
These commands require a service_role_key in your config.toml. They act directly on the identity provider and bypass the normal invitation flow. They are intended for operators running their own JoyStream instance, not for day-to-day team management.
For adding people to an organization or a workspace, use jstm org invite and jstm workspace member-add instead.

admin create-user

admin delete-user

Configuring the key

Add it to the [supabase] section of your config.toml:
Without it, both commands fail. See Configuration.