box / box/boxcli

box groups:search

Open
#263 0 comments 0 reactions 2 assignees Claimed by @sujaygarlanka View on GitHub
enhancement
Dominant language
JavaScript
Stars
284
Forks
67
Avg merge
6h 45m
Merged PRs (30d)
4

Description

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 :)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.