Secondlifegrid.net > Programs > APIs > Registration API (Beta)
The Registration API is a beta program. Linden Lab is unable to provide support or technical advice, and the Registration API sample code and documentation require effort to implement successfully. We are limiting new Registration API accounts at this time to those who already have experience or who have the technical expertise to implement it without our support.
The Registration API (RegAPI) provides you with two capabilities:
For additional information about the Registration API, see the Second Life Wiki Registration API pages.
Please note that all participants in our API programs must abide by our API Terms Of Use.
The Registration API allows you to programatically register users into Second Life from your web site. In addition, it allows you to have control over certain options, such as a a registrant's start location and estate limits.
Features
* These are future features that we will announce when they become available.
** If you expect a large number of registrants you'll need to provide a way to manage distribution. However, it is possible to code your front end to place each new registrant in a different area. Those areas could be determined by an object on regions sending real-time avatar count data out of Second Life. The registration portal could be coded to query that data and then round robin people who are registering to locations with the least amount of people. This only applies to the initial entry into Second Life, so can be used to manage orientation, for example. Since the Registration API does not apply to any subsequent entry into Second Life, it can not be used to manage event attendance, for example.