IUser

Interface

An ArcGIS Online or Enterprise user

IUser can also be imported from the following packages:

Use dark colors for code blocksCopy
1
2
import { IUser } from "@esri/arcgis-rest-request";
import { IUser } from "@esri/arcgis-rest-portal";

Properties

PropertyType
string
number
number
string
number
string
string
boolean
string
string
string
string
string
string
number
string
string
boolean
number
string
any
string[]
"arcgis" | "enterprise" | "facebook" | "google" | "apple" | "github"
string
"org_admin" | "org_publisher" | "org_user"
string
number
number
string[]
string
string
string

access

optional
Interface Property
access: string

assignedCredits

optional
Interface Property
assignedCredits: number

availableCredits

optional
Interface Property
availableCredits: number

cOrgId

optional
Interface Property
cOrgId: string

created

optional
Interface Property
created: number

culture

optional
Interface Property
culture: string

description

optional
Interface Property
description: string

disabled

optional
Interface Property
disabled: boolean

email

optional
Interface Property
email: string

favGroupId

optional
Interface Property
favGroupId: string

firstName

optional
Interface Property
firstName: string

fullName

optional
Interface Property
fullName: string

groups

optional
Interface Property
groups: IGroup[]

id

optional
Interface Property
id: string

idpUsername

optional
Interface Property
idpUsername: string

lastLogin

optional
Interface Property
lastLogin: number

lastName

optional
Interface Property
lastName: string

level

optional
Interface Property
level: string

mfaEnabled

optional
Interface Property
mfaEnabled: boolean

modified

optional
Interface Property
modified: number

orgId

optional
Interface Property
orgId: string

preferredView

optional
Interface Property
preferredView: any

privileges

optional
Interface Property
privileges: string[]

provider

optional
Interface Property
provider: "arcgis" | "enterprise" | "facebook" | "google" | "apple" | "github"

region

optional
Interface Property
region: string

role

optional
Interface Property
role: "org_admin" | "org_publisher" | "org_user"

roleId

optional
Interface Property
roleId: string

storageQuota

optional
Interface Property
storageQuota: number

storageUsage

optional
Interface Property
storageUsage: number

tags

optional
Interface Property
tags: string[]

thumbnail

optional
Interface Property
thumbnail: string

units

optional
Interface Property
units: string

username

optional
Interface Property
username: string

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.