GET api/UserProfiles/PartnerProfileUsers?companyCode={companyCode}&companyType={companyType}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
companyCode

string

Required

companyType

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of CompanyUserViewModel
NameDescriptionTypeAdditional information
AccountManager

CompanyUserSimpleViewModel

None.

Id

string

String length: inclusive between 0 and 128

FirstName

string

String length: inclusive between 0 and 55

LastName

string

String length: inclusive between 0 and 55

Address

string

String length: inclusive between 0 and 100

Username

string

String length: inclusive between 0 and 128

Email

string

None.

Telephone

string

None.

Roles

Collection of string

None.

ImageUrl

string

Data type: ImageUrl

IsInactive

boolean

None.

IsLocked

boolean

None.

UserId

string

None.

Response Formats

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

Sample:

Sample not available.