[Opensim-dev] How to find a user's UUID on another grid?

Diva Canto diva at metaverseink.com
Fri Dec 6 15:21:19 UTC 2013


UserAccountService is an internal service that cannot be accessed from 
other grids.

But there's an HG service that does what you want:
UUID IUserAgentService.GetUUID(String first, String last)

There's also
string GetUUI(UUID userID, UUID targetUserID);
Which returns the universal user identifier, given the UUID of the 
target user.



On 12/5/2013 11:53 PM, Oren Hurvitz wrote:
> Is there a way to find a user's UUID on another grid, using their name? I'm
> looking for a Hypergrid version of IUserAccountService.GetUserAccount():
>
>      UserAccount GetUserAccount(string serverURL, UUID scopeID, string
> FirstName, string LastName);
>
> OSGrid has a web service that does this, called Name2key:
> http://wiki.osgrid.org/index.php/Name2key.
> But I couldn't find an official API, that would work on all Hypergrid grids.
>
> Thanks,
> Oren
>
>
>
> --
> View this message in context: http://opensim-dev.2196679.n2.nabble.com/How-to-find-a-user-s-UUID-on-another-grid-tp7578941.html
> Sent from the opensim-dev mailing list archive at Nabble.com.
> _______________________________________________
> Opensim-dev mailing list
> Opensim-dev at lists.berlios.de
> https://lists.berlios.de/mailman/listinfo/opensim-dev
>
>




More information about the Opensim-dev mailing list