Hide Table of Contents
Class: UserDetails

Description

The UserDetails class returns a list of properties including groups and privileges associated with a Workflow Manager (Classic) user.

Class hierarchy

esri.WorkflowManager.SupportClasses.UserDetails()

Properties

NameTypeSummary
addressstringThe address of the user.
emailstringThe email address of the user.
faxNumberstringThe fax number of the user.
firstNamestringThe first name of the user.
fullNamestringThe full name of the user.
groupsGroupMembership[]The group membership of the user.
lastNamestringThe last name of the user.
phoneNumberstringThe phone number of the user.
privilegesPrivilege[]The application privileges the user has.
roomNumberstringThe room number of the user's address.
userNamestringThe login username for the user.
userQueriesJobQueryContainerThe list of queries owned by the user.
zipCodestringThe zip code of the user.
Property Details

<string> address

The address of the user.

<string> email

The email address of the user.

<string> faxNumber

The fax number of the user.

<string> firstName

The first name of the user.

<string> fullName

The full name of the user.
The group membership of the user.

<string> lastName

The last name of the user.

<string> PhoneNumber

The phone number of the user.

<Privilege[]> privileges

The application privileges the user has.

<string> roomNumber

The room number of the user's address.

<string> userName

The login username for the user.

<JobQueryContainer> userQueries

The list of queries owned by the user.

<string> zipCode

The zip code of the user.