Api Home > User > IsUserAuthorizedAsync

POST api/V3/User/IsUserAuthorizedAsync?userName={userName}&domain={domain} Checks if the user is authorized to use the portal if so a ConsoleUser object is returned.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userName

The username

string

Required

domain

The user domain

string

Required

Body Parameters

None.

Response Information

Resource Description

IConsoleUser
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Name

string

None.

PrincipalName

string

None.

UserName

string

None.

Domain

string

None.

Email

string

None.

Company

string

None.

Title

string

None.

FirstName

string

None.

LastName

string

None.

EmployeeId

string

None.

Analyst

integer

None.

AssetManager

integer

None.

KnowledgeManager

integer

None.

IsAdmin

boolean

None.

Security

IConsoleUserSecurity

None.

IncidentForm

string

None.

ServiceRequestForm

string

None.

ChangeRequestForm

string

None.

ProblemForm

string

None.

ReleaseRecordForm

string

None.

IncidentFormProjectionId

globally unique identifier

None.

ServiceRequestFormProjectionId

globally unique identifier

None.

ProblemFormProjectionId

globally unique identifier

None.

ReleaseRecordFormProjectionId

globally unique identifier

None.

ChangeRequestFormProjectionId

globally unique identifier

None.

Preferences

Dictionary of string [key] and Dictionary of string [key] and string [value] [value]

None.

PreferencesJsonFormat

string

None.

LanguageCode

string

None.

TeamGroupMembers

Collection of globally unique identifier

None.

IsLocalizationManager

boolean

None.

LicenseExpires

date

None.

AnnouncementManager

integer

None.

FreeLicenseExpires

date

None.

CatalogItemForm

string

None.

ConsumableForm

string

None.

CostCenterForm

string

None.

HardwareAssetForm

string

None.

InvoiceForm

string

None.

LeaseForm

string

None.

LicenseForm

string

None.

LineItemForm

string

None.

LocationForm

string

None.

NoticeEventForm

string

None.

OrganizationForm

string

None.

PurchaseOrderForm

string

None.

SoftwareAssetForm

string

None.

StandardForm

string

None.

SubnetForm

string

None.

SupportContractForm

string

None.

VendorForm

string

None.

WarrantyForm

string

None.

CatalogItemFormProjectionId

globally unique identifier

None.

ConsumableFormProjectionId

globally unique identifier

None.

CostCenterFormProjectionId

globally unique identifier

None.

HardwareAssetFormProjectionId

globally unique identifier

None.

InvoiceFormProjectionId

globally unique identifier

None.

LeaseFormProjectionId

globally unique identifier

None.

LicenseFormProjectionId

globally unique identifier

None.

LineItemFormProjectionId

globally unique identifier

None.

LocationFormProjectionId

globally unique identifier

None.

NoticeEventFormProjectionId

globally unique identifier

None.

OrganizationFormProjectionId

globally unique identifier

None.

PurchaseOrderFormProjectionId

globally unique identifier

None.

SoftwareAssetFormProjectionId

globally unique identifier

None.

StandardFormProjectionId

globally unique identifier

None.

SubnetFormProjectionId

globally unique identifier

None.

SupportContractFormProjectionId

globally unique identifier

None.

VendorFormProjectionId

globally unique identifier

None.

WarrantyFormProjectionId

globally unique identifier

None.

ConfigItemClasses

Collection of ConfigItemConsoleUser

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.