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 Users: Get with external_app_user_id #326

Open
jacquesvandermerwe opened this issue May 5, 2022 · 0 comments
Open

Box Users: Get with external_app_user_id #326

jacquesvandermerwe opened this issue May 5, 2022 · 0 comments
Assignees

Comments

@jacquesvandermerwe
Copy link

jacquesvandermerwe commented May 5, 2022

Is your feature request related to a problem? Please describe.

There is a mechanism to fetch an App user using the external_app_user_id. The equivalent CURL call is

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

Describe the solution you'd like

Add it to the
box users:get --external_app_user_id=12345 OR

box users --external_app_user_id=12345

Describe alternatives you've considered

CURL commands

Additional context

https://developer.box.com/reference/get-users/#param-external_app_user_id

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