GET v1/users/getall

returns a list of all users

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of ConfidenceApps.Interfaces.Portal.IDomainUser
NameDescriptionTypeAdditional information
Address

The Address data.

ConfidenceApps.Interfaces.Portal.IAddress

None.

Agb

Gets if the general terms and conditions have been accepted.

boolean

None.

Company

The name of the company, the user is working for.

string

None.

Domain

The existing Confidence Center domain of the user.

string

None.

Email

The contact E-Mail-Address of the user.

string

None.

Firstname

The user´s first name.

string

None.

IpAddress

To be described.

string

None.

Name

The user´s surname.

string

None.

Password

The user´s account password.

string

None.

Phone

The phone number.

string

None.

UserId

The user number linking the user inside the domain.

string

None.

Username

The Username for login.

string

None.

UstId

The corporation´s value-added tax identification number.

string

None.

CApps

List of comma separated capp ids

Collection of globally unique identifier

None.

CustomInformation

custom information used to display extended infos in reports.

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": []
  },
  {
    "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": []
  }
]