3.1.5.86 proc_SecGetSiteAdmins

The proc_SecGetSiteAdmins stored procedure is invoked to return a list of all site collection administrators not marked as deleted.

 PROCEDURE proc_SecGetSiteAdmins(
       @SiteId                       uniqueidentifier,
       @RequestGuid                  uniqueidentifier              OUTPUT
 );

@SiteId: The site collection identifier (section 2.2.1.9) of the site collection containing the site collection administrators.

@RequestGuid: The optional request identifier for the current request.

Return Values: The proc_SecGetSiteAdmins stored procedure returns an integer return code, which MUST be 0 and it MUST return a single result set