We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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>'
Add it to the box users:get --external_app_user_id=12345 OR
box users:get --external_app_user_id=12345
box users --external_app_user_id=12345
CURL commands
https://developer.box.com/reference/get-users/#param-external_app_user_id
The text was updated successfully, but these errors were encountered:
PJSimon
sujaygarlanka
No branches or pull requests
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
ORbox 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
The text was updated successfully, but these errors were encountered: