What exactly is the {groupId}

I try to use the Administration API and want to list all Realm apps https://realm.mongodb.com/api/admin/v3.0/groups/{groupId}/apps should be the endpoint now from the docs I saw here https://docs.atlas.mongodb.com/tutorial/manage-projects/ Groups are now projects in the organizations and projects hierarchy.

So from this, I was thinking my ProjectID is maybe the groupId but it doesn’t work, so where exactly can I find this groupId? Thanks

1 Like

You’re right - the groupId is the Project ID. There is a page in the docs on how to Find Your Project or App ID - this might help you identify whether you’ve got the correct ID.

I’ve just tried this endpoint myself and got the expected list of Realm apps associated with my project. You said “it doesn’t work” - what are you getting in the response? I wonder if there might be an expired token or another issue at play.

2 Likes

Hello, Thanks I described the problem in a separate Topic hope it is not a problem, maybe you can take a look at it? https://www.mongodb.com/community/forums/t/administration-login-fails-is-something-wrong-with-my-function/122657 Thanks

1 Like

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.