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

List App User using External App User ID #251

Open
jacquesvandermerwe opened this issue Jul 5, 2021 · 2 comments
Open

List App User using External App User ID #251

jacquesvandermerwe opened this issue Jul 5, 2021 · 2 comments
Assignees
Labels
bug dontstale For stalebot to keep the issue open

Comments

@jacquesvandermerwe
Copy link

jacquesvandermerwe commented Jul 5, 2021

  • [X ] I have checked that the SDK documentation doesn't solve my issue.
  • [ X] I have checked that the API documentation doesn't solve my issue.
  • [X ] I have searched the Box Developer Forums and my issue isn't already reported (or if it has been reported, I have attached a link to it, for reference).
  • [X ] I have searched Issues in this repo and my issue isn't already reported.

Description of the Issue

Reference: Box Documentation
The CLI doesn't support getting a Box App User using the param external_app_user_id which is documented in the API. This works in the REST call.

curl --location --request GET 'https://api.box.com/2.0/users?external_app_user_id=<external_app_user_id>' --header 'Authorization: Bearer <token>'

Steps to Reproduce

  1. Create app user with an external app user id box users:create TESTTTTTTT --app-user --external-id "11111"
  2. Query via the curl request using that external app user id curl --location --request GET 'https://api.box.com/2.0/users?external_app_user_id=11111' --header 'Authorization: Bearer <token>'

Expected Behavior

User matching the external_app_user_id will be returned

Error Message, Including Stack Trace

Screenshots

Versions Used

Box CLI: 2.9
Operating System: macOS Big Sure

@stale
Copy link

stale bot commented Aug 2, 2022

This issue has been automatically marked as stale because it has not been updated in the last 30 days. It will be closed if no further activity occurs within the next 7 days. Feel free to reach out or mention Box SDK team member for further help and resources if they are needed.

@stale stale bot added the stale label Aug 2, 2022
@stale
Copy link

stale bot commented Aug 9, 2022

This issue has been automatically closed due to maximum period of being stale. Thank you for your contribution to Box CLI and feel free to open another PR/issue at any time.

@stale stale bot closed this as completed Aug 9, 2022
@mgrytsai mgrytsai removed the stale label Aug 23, 2022
@mgrytsai mgrytsai reopened this Aug 23, 2022
@mgrytsai mgrytsai added the dontstale For stalebot to keep the issue open label Aug 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug dontstale For stalebot to keep the issue open
Projects
None yet
Development

No branches or pull requests

4 participants