You are here: Ektron Namespace > Web Services API > Ektron.Services Namespace > Classes > User Class > User Methods > GetUsers Method > GetUsers
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
User.GetUsers Method (string, string)

Returns an array of user group data based on the userName and userNameType. 

This method can be accessed through the User.asmx file located in:

~/Workarea/webservices/WebServiceAPI/User/User.asmx
C#
[SoapHeader("AuthHeader")]
[SoapHeader("RequestInfoHeader")]
[WebMethod(MessageName = "GetUsers", Description = "")]
public UserGroupData[] GetUsers(string userNames, string userNameTypes);
Visual Basic
<SoapHeader("AuthHeader")>
<SoapHeader("RequestInfoHeader")>
<WebMethod(MessageName = "GetUsers", Description = "")>
Public Function GetUsers(userNames As string, userNameTypes As string) As UserGroupData()
Parameters 
Description 
userNames 
The user's name. (Required) 
userNameTypes 
The user type possible values are user or membership user. 

Ektron.Cms.UserGroupData()

A user with administrator privileges must be logged in to perform this operation.

Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].
Copyright (c) 2008. All rights reserved.
What do you think about this topic? Send feedback!