module documentation

Undocumented

Function add Add a new member
Function info Show an overview of the organization
Function org Manage your organization's access to Shodan
Function remove Remove and downgrade a member
@org.command()
@click.option('--silent', help='Don\'t send a notification to the user', default=False, is_flag=True)
@click.argument('user', metavar='<username or email>')
def add(silent, user): (source)

Add a new member

@org.command()
def info(): (source)

Show an overview of the organization

@click.group()
def org(): (source)

Manage your organization's access to Shodan

@org.command()
@click.argument('user', metavar='<username or email>')
def remove(user): (source)

Remove and downgrade a member