For the complete documentation index, see llms.txt. This page is also available as Markdown.

User Profile

Returns a list of user profiles for specified tenant

get
Path parameters
tenantVarCodestringRequired

Tenant Var Code

Responses
200

OK

Usernamestring · nullableOptional

The email address that is used as login (read only)

DateOfBirthstring · date-time · nullableOptional

User's date of birth

Citizenshipstring · nullableOptional

A string with user's country

Addressstring · nullableOptional

A string with user's address

Citystring · nullableOptional

A string with user's city or town

Statestring · nullableOptional

A string with user's state or region

Countrystring · nullableOptional

A string with user's residence country

PostalCodestring · nullableOptional

A string with user's ZIP or postal code

DaytimePhonestring · nullableOptional

A string with user's daytime phone (starting with '+' and country code)

EveningPhonestring · nullableOptional

A string with user's evening phone (starting with '+' and country code)

CellPhonestring · nullableOptional

A string with user's cell phone (starting with '+' and country code)

TimeZoneIdstring · nullableOptional

Time zone used to format dates and times in a portal (for list of valid time zones see Others tab). All dates are stored in UTC

CultureNamestring · nullableOptional

Culture used in a portal for numbers and date formatting (for list of valid culture names see Others tab)

UiLanguagestring · nullableOptional

Language used in a portal for localization (empty value sets preferences to use browser language settings)

SpeedUnitsstring · nullableOptional

A string with spped units used in a portal. Can be either kmh, mph or knots

DistanceUnitsstring · nullableOptional

A string with distance units used in a portal. Can be either m or ft

PositionFormatstring · nullableOptional

A string with position format used in a portal. Can be either Decimal, DegreeMinute or Utm

EmergencyContactNamestring · nullableOptional

A string with name used as first contact included in emergency email

EmergencyContactAddressstring · nullableOptional

A string with address used as first contact included in emergency email

EmergencyContactTelephoneNumberstring · nullableOptional

A string with phone number used as first contact included in emergency email

EmergencyContactName2string · nullableOptional

A string with name used as second contact included in emergency email

EmergencyContactAddress2string · nullableOptional

A string with address used as second contact included in emergency email

EmergencyContactTelephoneNumber2string · nullableOptional

A string with phone number used as second contact included in emergency email

EmergencyInformationstring · nullableOptional

A string with information provided to responders in the event of an emergency

Timestampstring · date-time · nullableOptional

Timestamp (UTC) indicating version of record being returned

get/V2/{tenantVarCode}/userprofile
GET /V2/{tenantVarCode}/userprofile HTTP/1.1
Accept: */*
200

OK

[
  {
    "Username": "text",
    "DateOfBirth": "2026-01-01T00:00:00.000Z",
    "Citizenship": "text",
    "Address": "text",
    "City": "text",
    "State": "text",
    "Country": "text",
    "PostalCode": "text",
    "DaytimePhone": "text",
    "EveningPhone": "text",
    "CellPhone": "text",
    "TimeZoneId": "text",
    "CultureName": "text",
    "UiLanguage": "text",
    "SpeedUnits": "text",
    "DistanceUnits": "text",
    "PositionFormat": "text",
    "EmergencyContactName": "text",
    "EmergencyContactAddress": "text",
    "EmergencyContactTelephoneNumber": "text",
    "EmergencyContactName2": "text",
    "EmergencyContactAddress2": "text",
    "EmergencyContactTelephoneNumber2": "text",
    "EmergencyInformation": "text",
    "Timestamp": "2026-01-01T00:00:00.000Z",
    "Properties": {
      "ANY_ADDITIONAL_PROPERTY": "text"
    }
  }
]

Returns the user's profile

get
Path parameters
tenantVarCodestringRequired

Tenant Var Code

userIdstringRequired

User Id

Responses
200

OK

Usernamestring · nullableOptional

The email address that is used as login (read only)

DateOfBirthstring · date-time · nullableOptional

User's date of birth

Citizenshipstring · nullableOptional

A string with user's country

Addressstring · nullableOptional

A string with user's address

Citystring · nullableOptional

A string with user's city or town

Statestring · nullableOptional

A string with user's state or region

Countrystring · nullableOptional

A string with user's residence country

PostalCodestring · nullableOptional

A string with user's ZIP or postal code

DaytimePhonestring · nullableOptional

A string with user's daytime phone (starting with '+' and country code)

EveningPhonestring · nullableOptional

A string with user's evening phone (starting with '+' and country code)

CellPhonestring · nullableOptional

A string with user's cell phone (starting with '+' and country code)

TimeZoneIdstring · nullableOptional

Time zone used to format dates and times in a portal (for list of valid time zones see Others tab). All dates are stored in UTC

CultureNamestring · nullableOptional

Culture used in a portal for numbers and date formatting (for list of valid culture names see Others tab)

UiLanguagestring · nullableOptional

Language used in a portal for localization (empty value sets preferences to use browser language settings)

SpeedUnitsstring · nullableOptional

A string with spped units used in a portal. Can be either kmh, mph or knots

DistanceUnitsstring · nullableOptional

A string with distance units used in a portal. Can be either m or ft

PositionFormatstring · nullableOptional

A string with position format used in a portal. Can be either Decimal, DegreeMinute or Utm

EmergencyContactNamestring · nullableOptional

A string with name used as first contact included in emergency email

EmergencyContactAddressstring · nullableOptional

A string with address used as first contact included in emergency email

EmergencyContactTelephoneNumberstring · nullableOptional

A string with phone number used as first contact included in emergency email

EmergencyContactName2string · nullableOptional

A string with name used as second contact included in emergency email

EmergencyContactAddress2string · nullableOptional

A string with address used as second contact included in emergency email

EmergencyContactTelephoneNumber2string · nullableOptional

A string with phone number used as second contact included in emergency email

EmergencyInformationstring · nullableOptional

A string with information provided to responders in the event of an emergency

Timestampstring · date-time · nullableOptional

Timestamp (UTC) indicating version of record being returned

get/V2/{tenantVarCode}/userprofile/{userId}
GET /V2/{tenantVarCode}/userprofile/{userId} HTTP/1.1
Accept: */*
200

OK

{
  "Username": "text",
  "DateOfBirth": "2026-01-01T00:00:00.000Z",
  "Citizenship": "text",
  "Address": "text",
  "City": "text",
  "State": "text",
  "Country": "text",
  "PostalCode": "text",
  "DaytimePhone": "text",
  "EveningPhone": "text",
  "CellPhone": "text",
  "TimeZoneId": "text",
  "CultureName": "text",
  "UiLanguage": "text",
  "SpeedUnits": "text",
  "DistanceUnits": "text",
  "PositionFormat": "text",
  "EmergencyContactName": "text",
  "EmergencyContactAddress": "text",
  "EmergencyContactTelephoneNumber": "text",
  "EmergencyContactName2": "text",
  "EmergencyContactAddress2": "text",
  "EmergencyContactTelephoneNumber2": "text",
  "EmergencyInformation": "text",
  "Timestamp": "2026-01-01T00:00:00.000Z",
  "Properties": {
    "ANY_ADDITIONAL_PROPERTY": "text"
  }
}

Updates the user's profile

put
Path parameters
tenantVarCodestringRequired

Tenant Var Code

userIdstringRequired

User Id

Body
Usernamestring · nullableOptional

The email address that is used as login (read only)

DateOfBirthstring · date-time · nullableOptional

User's date of birth

Citizenshipstring · nullableOptional

A string with user's country

Addressstring · nullableOptional

A string with user's address

Citystring · nullableOptional

A string with user's city or town

Statestring · nullableOptional

A string with user's state or region

Countrystring · nullableOptional

A string with user's residence country

PostalCodestring · nullableOptional

A string with user's ZIP or postal code

DaytimePhonestring · nullableOptional

A string with user's daytime phone (starting with '+' and country code)

EveningPhonestring · nullableOptional

A string with user's evening phone (starting with '+' and country code)

CellPhonestring · nullableOptional

A string with user's cell phone (starting with '+' and country code)

TimeZoneIdstring · nullableOptional

Time zone used to format dates and times in a portal (for list of valid time zones see Others tab). All dates are stored in UTC

CultureNamestring · nullableOptional

Culture used in a portal for numbers and date formatting (for list of valid culture names see Others tab)

UiLanguagestring · nullableOptional

Language used in a portal for localization (empty value sets preferences to use browser language settings)

SpeedUnitsstring · nullableOptional

A string with spped units used in a portal. Can be either kmh, mph or knots

DistanceUnitsstring · nullableOptional

A string with distance units used in a portal. Can be either m or ft

PositionFormatstring · nullableOptional

A string with position format used in a portal. Can be either Decimal, DegreeMinute or Utm

EmergencyContactNamestring · nullableOptional

A string with name used as first contact included in emergency email

EmergencyContactAddressstring · nullableOptional

A string with address used as first contact included in emergency email

EmergencyContactTelephoneNumberstring · nullableOptional

A string with phone number used as first contact included in emergency email

EmergencyContactName2string · nullableOptional

A string with name used as second contact included in emergency email

EmergencyContactAddress2string · nullableOptional

A string with address used as second contact included in emergency email

EmergencyContactTelephoneNumber2string · nullableOptional

A string with phone number used as second contact included in emergency email

EmergencyInformationstring · nullableOptional

A string with information provided to responders in the event of an emergency

Timestampstring · date-time · nullableOptional

Timestamp (UTC) indicating version of record being returned

Responses
200

OK

No content

put/V2/{tenantVarCode}/userprofile/{userId}
PUT /V2/{tenantVarCode}/userprofile/{userId} HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 683

{
  "Username": "text",
  "DateOfBirth": "2026-01-01T00:00:00.000Z",
  "Citizenship": "text",
  "Address": "text",
  "City": "text",
  "State": "text",
  "Country": "text",
  "PostalCode": "text",
  "DaytimePhone": "text",
  "EveningPhone": "text",
  "CellPhone": "text",
  "TimeZoneId": "text",
  "CultureName": "text",
  "UiLanguage": "text",
  "SpeedUnits": "text",
  "DistanceUnits": "text",
  "PositionFormat": "text",
  "EmergencyContactName": "text",
  "EmergencyContactAddress": "text",
  "EmergencyContactTelephoneNumber": "text",
  "EmergencyContactName2": "text",
  "EmergencyContactAddress2": "text",
  "EmergencyContactTelephoneNumber2": "text",
  "EmergencyInformation": "text",
  "Timestamp": "2026-01-01T00:00:00.000Z",
  "Properties": {
    "ANY_ADDITIONAL_PROPERTY": "text"
  }
}
200

OK

No content

Patches the user's profile

patch
Path parameters
tenantVarCodestringRequired
userIdstringRequired
Bodyobject · Operation[]
valueany · nullableOptional
pathstring · nullableOptional
opstring · nullableOptional
fromstring · nullableOptional
Responses
200

OK

No content

patch/V2/{tenantVarCode}/userprofile/{userId}
PATCH /V2/{tenantVarCode}/userprofile/{userId} HTTP/1.1
Content-Type: application/json-patch+json
Accept: */*
Content-Length: 56

[
  {
    "value": null,
    "path": "text",
    "op": "text",
    "from": "text"
  }
]
200

OK

No content

Returns the user's profile

get
Path parameters
tenantVarCodestringRequired

Tenant Var Code

usernamestringRequired

Username

Responses
200

OK

Usernamestring · nullableOptional

The email address that is used as login (read only)

DateOfBirthstring · date-time · nullableOptional

User's date of birth

Citizenshipstring · nullableOptional

A string with user's country

Addressstring · nullableOptional

A string with user's address

Citystring · nullableOptional

A string with user's city or town

Statestring · nullableOptional

A string with user's state or region

Countrystring · nullableOptional

A string with user's residence country

PostalCodestring · nullableOptional

A string with user's ZIP or postal code

DaytimePhonestring · nullableOptional

A string with user's daytime phone (starting with '+' and country code)

EveningPhonestring · nullableOptional

A string with user's evening phone (starting with '+' and country code)

CellPhonestring · nullableOptional

A string with user's cell phone (starting with '+' and country code)

TimeZoneIdstring · nullableOptional

Time zone used to format dates and times in a portal (for list of valid time zones see Others tab). All dates are stored in UTC

CultureNamestring · nullableOptional

Culture used in a portal for numbers and date formatting (for list of valid culture names see Others tab)

UiLanguagestring · nullableOptional

Language used in a portal for localization (empty value sets preferences to use browser language settings)

SpeedUnitsstring · nullableOptional

A string with spped units used in a portal. Can be either kmh, mph or knots

DistanceUnitsstring · nullableOptional

A string with distance units used in a portal. Can be either m or ft

PositionFormatstring · nullableOptional

A string with position format used in a portal. Can be either Decimal, DegreeMinute or Utm

EmergencyContactNamestring · nullableOptional

A string with name used as first contact included in emergency email

EmergencyContactAddressstring · nullableOptional

A string with address used as first contact included in emergency email

EmergencyContactTelephoneNumberstring · nullableOptional

A string with phone number used as first contact included in emergency email

EmergencyContactName2string · nullableOptional

A string with name used as second contact included in emergency email

EmergencyContactAddress2string · nullableOptional

A string with address used as second contact included in emergency email

EmergencyContactTelephoneNumber2string · nullableOptional

A string with phone number used as second contact included in emergency email

EmergencyInformationstring · nullableOptional

A string with information provided to responders in the event of an emergency

Timestampstring · date-time · nullableOptional

Timestamp (UTC) indicating version of record being returned

get/V2/{tenantVarCode}/userprofile/{username}
GET /V2/{tenantVarCode}/userprofile/{username} HTTP/1.1
Accept: */*
200

OK

{
  "Username": "text",
  "DateOfBirth": "2026-01-01T00:00:00.000Z",
  "Citizenship": "text",
  "Address": "text",
  "City": "text",
  "State": "text",
  "Country": "text",
  "PostalCode": "text",
  "DaytimePhone": "text",
  "EveningPhone": "text",
  "CellPhone": "text",
  "TimeZoneId": "text",
  "CultureName": "text",
  "UiLanguage": "text",
  "SpeedUnits": "text",
  "DistanceUnits": "text",
  "PositionFormat": "text",
  "EmergencyContactName": "text",
  "EmergencyContactAddress": "text",
  "EmergencyContactTelephoneNumber": "text",
  "EmergencyContactName2": "text",
  "EmergencyContactAddress2": "text",
  "EmergencyContactTelephoneNumber2": "text",
  "EmergencyInformation": "text",
  "Timestamp": "2026-01-01T00:00:00.000Z",
  "Properties": {
    "ANY_ADDITIONAL_PROPERTY": "text"
  }
}

Updates the user's profile

put
Path parameters
tenantVarCodestringRequired

Tenant Var Code

usernamestringRequired

Username

Body
Usernamestring · nullableOptional

The email address that is used as login (read only)

DateOfBirthstring · date-time · nullableOptional

User's date of birth

Citizenshipstring · nullableOptional

A string with user's country

Addressstring · nullableOptional

A string with user's address

Citystring · nullableOptional

A string with user's city or town

Statestring · nullableOptional

A string with user's state or region

Countrystring · nullableOptional

A string with user's residence country

PostalCodestring · nullableOptional

A string with user's ZIP or postal code

DaytimePhonestring · nullableOptional

A string with user's daytime phone (starting with '+' and country code)

EveningPhonestring · nullableOptional

A string with user's evening phone (starting with '+' and country code)

CellPhonestring · nullableOptional

A string with user's cell phone (starting with '+' and country code)

TimeZoneIdstring · nullableOptional

Time zone used to format dates and times in a portal (for list of valid time zones see Others tab). All dates are stored in UTC

CultureNamestring · nullableOptional

Culture used in a portal for numbers and date formatting (for list of valid culture names see Others tab)

UiLanguagestring · nullableOptional

Language used in a portal for localization (empty value sets preferences to use browser language settings)

SpeedUnitsstring · nullableOptional

A string with spped units used in a portal. Can be either kmh, mph or knots

DistanceUnitsstring · nullableOptional

A string with distance units used in a portal. Can be either m or ft

PositionFormatstring · nullableOptional

A string with position format used in a portal. Can be either Decimal, DegreeMinute or Utm

EmergencyContactNamestring · nullableOptional

A string with name used as first contact included in emergency email

EmergencyContactAddressstring · nullableOptional

A string with address used as first contact included in emergency email

EmergencyContactTelephoneNumberstring · nullableOptional

A string with phone number used as first contact included in emergency email

EmergencyContactName2string · nullableOptional

A string with name used as second contact included in emergency email

EmergencyContactAddress2string · nullableOptional

A string with address used as second contact included in emergency email

EmergencyContactTelephoneNumber2string · nullableOptional

A string with phone number used as second contact included in emergency email

EmergencyInformationstring · nullableOptional

A string with information provided to responders in the event of an emergency

Timestampstring · date-time · nullableOptional

Timestamp (UTC) indicating version of record being returned

Responses
200

OK

No content

put/V2/{tenantVarCode}/userprofile/{username}
PUT /V2/{tenantVarCode}/userprofile/{username} HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 683

{
  "Username": "text",
  "DateOfBirth": "2026-01-01T00:00:00.000Z",
  "Citizenship": "text",
  "Address": "text",
  "City": "text",
  "State": "text",
  "Country": "text",
  "PostalCode": "text",
  "DaytimePhone": "text",
  "EveningPhone": "text",
  "CellPhone": "text",
  "TimeZoneId": "text",
  "CultureName": "text",
  "UiLanguage": "text",
  "SpeedUnits": "text",
  "DistanceUnits": "text",
  "PositionFormat": "text",
  "EmergencyContactName": "text",
  "EmergencyContactAddress": "text",
  "EmergencyContactTelephoneNumber": "text",
  "EmergencyContactName2": "text",
  "EmergencyContactAddress2": "text",
  "EmergencyContactTelephoneNumber2": "text",
  "EmergencyInformation": "text",
  "Timestamp": "2026-01-01T00:00:00.000Z",
  "Properties": {
    "ANY_ADDITIONAL_PROPERTY": "text"
  }
}
200

OK

No content

Patches the user's profile

patch
Path parameters
tenantVarCodestringRequired
usernamestringRequired
Bodyobject · Operation[]
valueany · nullableOptional
pathstring · nullableOptional
opstring · nullableOptional
fromstring · nullableOptional
Responses
200

OK

No content

patch/V2/{tenantVarCode}/userprofile/{username}
PATCH /V2/{tenantVarCode}/userprofile/{username} HTTP/1.1
Content-Type: application/json-patch+json
Accept: */*
Content-Length: 56

[
  {
    "value": null,
    "path": "text",
    "op": "text",
    "from": "text"
  }
]
200

OK

No content

Last updated