What exactly is a "group agent ID?"

I’ve been going across the catalog_api to work on some new features for my custom bot that I am using to get the assets in my group’s catalog.

I found what I needed but one of the query objects I need isn’t really telling me what I need.

It states:
int CreatorID Enter the userID of the user you're interested in (for example, 1 for Roblox). If you'd like to find group-created items, enter the group agent ID, not the group ID.

I have absoulute no clue what a “group agent ID” is and I’ve never even have heard of it before. I first thought that it could be my user ID, but ended up with the wrong results than I expected.

Any help would be greatly appreciated to figure out what this is and where I can find it.

Thanks.

  • Vritix
1 Like

Try your user ID (not your username) – since it’s got ‘agent’ it probably means the person to do the request under.

Woops, that’s a typo. I mean’t to put user ID. (fixed now)

I did test that and it just returned that assets that I created, aka sounds, etc…

1 Like

I’m at a loss then - the only other clue I have is that in a thread about making a trading bot, one of the keys in the post JSON was ‘AgentId’.

:thinking:

I am too at a loss. I’ve never seen any type of documentation on a “group agent ID” before nor heard of it, lol.

Hopefully someone will know what is/how to get it.
:smiley:

EDIT: A discord member helped me figure it out, for those wondering in the future on how I found this, simply go to your group’s catalog and in the link you’ll see “CreatorID”, that’ll be the ID you want.

Such as:
Catalog - Roblox

The “group agent ID” in my case would be, 581265869.

I have no clue why its called “group agent ID” when in fact it should be called something like “group catalog ID” to better define it and help people actually know what it is.

2 Likes