RuntimeServiceGetUser Method |
Namespace: Advantys.Workflow.Web.Services.Processes.Runtime
Optional Parameters.
These parameters can be used in the query string or as parameters of the Headers object in the RuntimeService class instance. See example below.
UserId (int) | Specifies the Id of the participant to get. Supercedes the participant name. |
<User> <FirstName /> <LastName /> </User>
<User> <ID /> <Directory /> <DateCreation /> <DateUpdate /> <FirstName /> <LastName /> <Username /> <Email /> <Profile /> <Active /> <Synchronized /> <DefaultLanguage /> <DefaultTimeZoneId /> <ReadOnly /> <BuiltIn /> <Phone /> <Mobile /> <Fax /> <Pager /> <Office /> <Department /> <Company /> <JobTitle /> <EmployeeType /> <Initials /> <Title /> <EmployeeNumber /> <PostalAddress /> <PostalCode /> <City /> <State /> <Country /> <LDAP_ADsPath /> <CommonName /> <DistinguishedName /> <Archive /> <DateArchive /> <DateLastVisit /> <ExtendedAttribute1 /> <ExtendedAttribute2 /> <ExtendedAttribute3 /> <ExtendedAttribute4 /> <ExtendedAttribute5 /> <SystemIdentifier /> <Manager /> <DateActivation /> <Groups /> </User>
RuntimeServiceWebService.RuntimeService myRuntimeService = new RuntimeServiceWebService.RuntimeService(); string userDefinition = myRuntimeService.GetUser(username, null);