Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

box groups:search

Open
#263 0 comments 0 reactions 2 assignees View on GitHub

@sujaygarlanka is already working on this.

Since Oct 13, 2021.

Assessment

This issue has not been assessed yet.

Description

enhancement

it would be nice, to do a search based on the groups, like it is possible to do with users.
i made a powershell script to manage folder creation/collaboration with it.
i was able to isolate the user id from the box users:search output.

a nice update to this script would be to do the same with the groups.
$groupSearchResult = box groups:search $userInput
$groupID = ($groupSearchResult -like "ID: '*") -replace "ID: '" -replace "'"

would really appreciate that change :)

Dominant language
JavaScript
Stars
285
Forks
67
Avg merge
5h 27m
Merged PRs (30d)
5

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from box/boxcli

All issues in box/boxcli

Similar issues

More JavaScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.