Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

box groups:search #263

Open
RobinErlacher opened this issue Oct 13, 2021 · 0 comments
Open

box groups:search #263

RobinErlacher opened this issue Oct 13, 2021 · 0 comments
Assignees

Comments

@RobinErlacher
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants