GridUserService
From OpenSimulator
(Difference between revisions)
(Created page with "= Grid User Service = A service that holds information about user's home region, last logged in region (as used during login), last login time, etc. See GridUser for data...") |
(→Grid User Service) |
||
Line 1: | Line 1: | ||
− | = | + | = Introduction = |
− | + | The GridUser service that holds information about user's home region, last logged in region (as used during login), last login time, etc. | |
See [[GridUser]] for database table details. | See [[GridUser]] for database table details. | ||
+ | |||
+ | = API = | ||
+ | Functions available on this service are: | ||
+ | |||
+ | * loggedin - called to register an avatar as logged in. For internal use only. | ||
+ | * loggedout - called to register an avatar as logged out. For internal use only. | ||
+ | * sethome - set the home location for an avatar. | ||
+ | * setposition - set current approximate region and position of an avatar. For internal use only. | ||
+ | * getgriduserinfo - Get the grid user information for a user, such as home details, last region details and login/logout/online details, though these are less accurate than those that can be seen in the UserAccount service. | ||
+ | * getgriduserinfos - Get griduserinfo for several users in the same call. | ||
+ | |||
+ | == Calls == | ||
+ | |||
+ | === getgriduserinfo === | ||
+ | |||
+ | Get the grid user information for a user. | ||
+ | |||
+ | The POST field is a urlencoded string like so | ||
+ | |||
+ | '''Note: Under Construction.''' |
Revision as of 16:05, 4 September 2014
Contents |
Introduction
The GridUser service that holds information about user's home region, last logged in region (as used during login), last login time, etc.
See GridUser for database table details.
API
Functions available on this service are:
- loggedin - called to register an avatar as logged in. For internal use only.
- loggedout - called to register an avatar as logged out. For internal use only.
- sethome - set the home location for an avatar.
- setposition - set current approximate region and position of an avatar. For internal use only.
- getgriduserinfo - Get the grid user information for a user, such as home details, last region details and login/logout/online details, though these are less accurate than those that can be seen in the UserAccount service.
- getgriduserinfos - Get griduserinfo for several users in the same call.
Calls
getgriduserinfo
Get the grid user information for a user.
The POST field is a urlencoded string like so
Note: Under Construction.