-
Notifications
You must be signed in to change notification settings - Fork 15
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
How to get fields from all users in a specific group? #447
Comments
Yes, you can use the
Would this work for you? |
Thanks! Yes, that will work |
Leaving the issue opened to add this example to the documentation |
@abompard can this issue be assigned to me? I just wanted to let you know that I can get this done. |
Sure, could you try assigning it to yourself using the link on the top of the right column? Thanks. |
@abompard sorry, I currently do not have access to assign this to myself. Can you please help? |
Hello i'm an outreachy intern and i would love to be assigned to this |
I want to work on this @phsmoura .Please assign me |
Hi @abompard can you please assign this project to me? I’ll really appreciate, thanks! |
I've assigned it to you @ginjardev , please tell me if you're no longer interested in this ticket. |
I'm still interested and working on it. I'll send a PR soon.
…On Mon, 11 Mar 2024, 7:20 am Aurélien Bompard, ***@***.***> wrote:
I've assigned it to you @ginjardev <https://github.com/ginjardev> ,
please tell me if you're no longer interested in this ticket.
—
Reply to this email directly, view it on GitHub
<#447 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AF2UUMYB37HRISY4HAMKYILYXVLMDAVCNFSM6AAAAAAVFA257OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOBXG43DQNBZHA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Is it possible to get
username
,human_name
andwebsite
fields from all users in a specific group?This would be used in Fedora Planet to create the planet.ini file. The way it is now, the idea is to query members from the group and then query each user to get its info.
As we have +5k users in fedora-contributor, not all of them have
website
and it's needed to query 2 endpoints:Would be possible to add an endpoint to get that info easier?
Or does an endpoint with this info already exist?
Or the idea of querying the group members first and then each user is really the one that should be used?
The text was updated successfully, but these errors were encountered: