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

Expand the drive GET-endpoints with user information #3195

Closed
JammingBen opened this issue Feb 18, 2022 · 2 comments
Closed

Expand the drive GET-endpoints with user information #3195

JammingBen opened this issue Feb 18, 2022 · 2 comments
Labels

Comments

@JammingBen
Copy link
Contributor

Currently I can get the userIds for a drive while querying the drive:

"permissions":[
               {
                  "grantedTo":[
                     { "user":{ "id":"ddc2004c-0977-11eb-9d3f-a793888cd0f8" } },
                     { "user":{ "id":"ddc2004c-0977-11eb-9d3f-a793888cd0f9" } }
                  ]
               }
            ],

To get the actual user information, I need to query all those ids separately. It would be nice to make use of the graph API and add a possibility for clients to expand the query to also include user objects.

Alternatively a user-list-query where I can filter via an array of userIds would be handy.

@stale
Copy link

stale bot commented Apr 19, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 10 days if no further activity occurs. Thank you for your contributions.

@micbar
Copy link
Contributor

micbar commented Dec 13, 2022

Implemented on the user endpoint.

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

No branches or pull requests

2 participants