Click or drag to resize

UserProfileManager Property

Gets the manager name assigned to a user

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public string Manager { get; set; }

Property Value

String
Remarks
Gets the manager name assigned to a user. This value represents the full manager name assigned to a users manager. Users can have one direct manager or no manager assigned.

Note  Note
Setup:
Manager > Employees > Information Tab
Note  Note
The response format for this value is Manager FirstName, LastName
Example
"Tommy, Turnip"
See Also