GET v1/users/result/{id}

Returns the user properties of the user that added the result, identified by id.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

result.id

string

Required

Body Parameters

None.

Response Information

Resource Description

Core.Model.User
NameDescriptionTypeAdditional information
address

ConfidenceApps.Interfaces.Portal.IAddress

None.

Agb

boolean

None.

Company

string

None.

Domain

string

None.

Email

string

None.

Firstname

string

None.

IpAddress

string

None.

Name

string

None.

Password

string

None.

Phone

string

None.

UserId

1000,1001,1002...

string

None.

Username

string

None.

UsernameLabel

string

None.

UstId

string

None.

CreatedAt

date

None.

DeletedAt

date

None.

Id

user.id

globally unique identifier

None.

ModifiedAt

date

None.

ReferenceId

globally unique identifier

None.

CApps

Collection of globally unique identifier

None.

CustomInformation

string

None.

Response Formats

application/json, text/json

Sample:
{
  "agb": false,
  "domain": "domain.tld",
  "username": "",
  "createdAt": "0001-01-01T00:00:00",
  "modifiedAt": "0001-01-01T00:00:00",
  "referenceId": "00000000-0000-0000-0000-000000000000",
  "cApps": []
}