API version:
Show / Hide Table of Contents

Interface IUserProfile

Represents a UserProfile resource in the Okta API.

Inherited Members
IResource.Item[String]
IResource.GetArrayProperty<T>(String)
IResource.GetData()
IResource.SetProperty(String, Object)
IResource.GetProperty<T>(String)
Namespace: Okta.Sdk
Assembly: Okta.Sdk.dll
Syntax
public interface IUserProfile : IResource

Properties

City

Declaration
string City { get; set; }
Property Value
Type Description
System.String

CostCenter

Declaration
string CostCenter { get; set; }
Property Value
Type Description
System.String

CountryCode

Declaration
string CountryCode { get; set; }
Property Value
Type Description
System.String

Department

Declaration
string Department { get; set; }
Property Value
Type Description
System.String

DisplayName

Declaration
string DisplayName { get; set; }
Property Value
Type Description
System.String

Division

Declaration
string Division { get; set; }
Property Value
Type Description
System.String

Email

Declaration
string Email { get; set; }
Property Value
Type Description
System.String

EmployeeNumber

Declaration
string EmployeeNumber { get; set; }
Property Value
Type Description
System.String

FirstName

Declaration
string FirstName { get; set; }
Property Value
Type Description
System.String

HonorificPrefix

Declaration
string HonorificPrefix { get; set; }
Property Value
Type Description
System.String

HonorificSuffix

Declaration
string HonorificSuffix { get; set; }
Property Value
Type Description
System.String

LastName

Declaration
string LastName { get; set; }
Property Value
Type Description
System.String

Locale

Declaration
string Locale { get; set; }
Property Value
Type Description
System.String

Login

Declaration
string Login { get; set; }
Property Value
Type Description
System.String

Manager

Declaration
string Manager { get; set; }
Property Value
Type Description
System.String

ManagerId

Declaration
string ManagerId { get; set; }
Property Value
Type Description
System.String

MiddleName

Declaration
string MiddleName { get; set; }
Property Value
Type Description
System.String

MobilePhone

Declaration
string MobilePhone { get; set; }
Property Value
Type Description
System.String

NickName

Declaration
string NickName { get; set; }
Property Value
Type Description
System.String

Organization

Declaration
string Organization { get; set; }
Property Value
Type Description
System.String

PostalAddress

Declaration
string PostalAddress { get; set; }
Property Value
Type Description
System.String

PreferredLanguage

Declaration
string PreferredLanguage { get; set; }
Property Value
Type Description
System.String

PrimaryPhone

Declaration
string PrimaryPhone { get; set; }
Property Value
Type Description
System.String

ProfileUrl

Declaration
string ProfileUrl { get; set; }
Property Value
Type Description
System.String

SecondEmail

Declaration
string SecondEmail { get; set; }
Property Value
Type Description
System.String

State

Declaration
string State { get; set; }
Property Value
Type Description
System.String

StreetAddress

Declaration
string StreetAddress { get; set; }
Property Value
Type Description
System.String

Timezone

Declaration
string Timezone { get; set; }
Property Value
Type Description
System.String

Title

Declaration
string Title { get; set; }
Property Value
Type Description
System.String

UserType

Declaration
string UserType { get; set; }
Property Value
Type Description
System.String

ZipCode

Declaration
string ZipCode { get; set; }
Property Value
Type Description
System.String
Back to top Copyright © 2021 Okta, Inc.
Generated with DocFx.