GET api/User?userId={userId}

Get User

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userId

integer

Required

Body Parameters

None.

Response Information

Resource Description

RSUser
NameDescriptionTypeAdditional information
UserId

integer

None.

UserEmail

string

None.

UserName

string

None.

LanguageId

integer

None.

CountryCode

string

None.

UserPassword

string

None.

UserPreferences

string

None.

ObsoleteFlag

boolean

None.

AllowAssignmentFlag

boolean

None.

SecurityFlags

string

None.

UserPhone

string

None.

UserPhoneExtension

string

None.

UserDepartment

string

None.

UserAccountCode

string

None.

ReceiveRemindersFlag

boolean

None.

PersonalNotifyFlag

boolean

None.

PopTypeFlag

boolean

None.

ShowAssignmentFlag

boolean

None.

DefaultTopic

string

None.

DefaultView

string

None.

DefaultGroup

integer

None.

DefaultLocationId

integer

None.

DefaultLocationName

string

None.

UseCookieFlag

boolean

None.

RefreshSeconds

integer

None.

LimitReservationView

integer

None.

UserNTLM

string

None.

UserLDAP

string

None.

UseLogonFlag

boolean

None.

ReportFlag

boolean

None.

TimeFenceFlag

boolean

None.

ClockType

string

None.

LastModifiedDate

date

None.

LastModifiedBy

integer

None.

DefaultTree

integer

None.

SelfNotifyFlag

boolean

None.

EventsUserFlag

boolean

None.

AllowRSFlag

boolean

None.

AllowRSOEFlag

boolean

None.

UseDefaultLocationTimeZone

boolean

None.

TimeFenceHotelingFlag

boolean

None.

LastLoginDate

date

None.

LastReminderFlag

boolean

None.

LastRecurringRemind

integer

None.

TotalLastRecurringRemind

integer

None.

InternalAdminNotes

string

None.

DisplayPanel1

integer

None.

DisplayPanel2

integer

None.

DomainId

integer

None.

DefaultMapId

integer

None.

PrivacyFlag

boolean

None.

MobilePassword

string

None.

JobTitle

string

None.

EmailSignature

string

None.

TimeZoneCode

string

None.

Win32TimeZoneKey

string

None.

UserAccessPIN

string

None.

BusinessUnitId

globally unique identifier

None.

BusinessUnitDescription

string

None.

Error

string

None.

IsAuthenticated

boolean

None.

AdministrativeUser

boolean

None.

ReceiveAutoReleaseEmails

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "UserId": 1,
  "UserEmail": "sample string 2",
  "UserName": "sample string 3",
  "LanguageId": 4,
  "CountryCode": "sample string 5",
  "UserPassword": "sample string 6",
  "UserPreferences": "sample string 7",
  "ObsoleteFlag": true,
  "AllowAssignmentFlag": true,
  "SecurityFlags": "sample string 10",
  "UserPhone": "sample string 11",
  "UserPhoneExtension": "sample string 12",
  "UserDepartment": "sample string 13",
  "UserAccountCode": "sample string 14",
  "ReceiveRemindersFlag": true,
  "PersonalNotifyFlag": true,
  "PopTypeFlag": true,
  "ShowAssignmentFlag": true,
  "DefaultTopic": "sample string 19",
  "DefaultView": "sample string 20",
  "DefaultGroup": 21,
  "DefaultLocationId": 22,
  "DefaultLocationName": "sample string 23",
  "UseCookieFlag": true,
  "RefreshSeconds": 25,
  "LimitReservationView": 26,
  "UserNTLM": "sample string 27",
  "UserLDAP": "sample string 28",
  "UseLogonFlag": true,
  "ReportFlag": true,
  "TimeFenceFlag": true,
  "ClockType": "sample string 32",
  "LastModifiedDate": "2026-04-04T07:52:37.9628716-04:00",
  "LastModifiedBy": 34,
  "DefaultTree": 35,
  "SelfNotifyFlag": true,
  "EventsUserFlag": true,
  "AllowRSFlag": true,
  "AllowRSOEFlag": true,
  "UseDefaultLocationTimeZone": true,
  "TimeFenceHotelingFlag": true,
  "LastLoginDate": "2026-04-04T07:52:37.9628716-04:00",
  "LastReminderFlag": true,
  "LastRecurringRemind": 44,
  "TotalLastRecurringRemind": 45,
  "InternalAdminNotes": "sample string 46",
  "DisplayPanel1": 47,
  "DisplayPanel2": 48,
  "DomainId": 49,
  "DefaultMapId": 50,
  "PrivacyFlag": true,
  "MobilePassword": "sample string 52",
  "JobTitle": "sample string 53",
  "EmailSignature": "sample string 54",
  "TimeZoneCode": "sample string 55",
  "Win32TimeZoneKey": "sample string 56",
  "UserAccessPIN": "sample string 57",
  "BusinessUnitId": "ceece794-c6f3-4f07-8769-38a32fd15108",
  "BusinessUnitDescription": "sample string 58",
  "Error": "sample string 59",
  "IsAuthenticated": true,
  "AdministrativeUser": true,
  "ReceiveAutoReleaseEmails": true
}

application/xml, text/xml

Sample:
<RSUser xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RSMCP.Entities">
  <AdministrativeUser>true</AdministrativeUser>
  <AllowAssignmentFlag>true</AllowAssignmentFlag>
  <AllowRSFlag>true</AllowRSFlag>
  <AllowRSOEFlag>true</AllowRSOEFlag>
  <BusinessUnitDescription>sample string 58</BusinessUnitDescription>
  <BusinessUnitId>ceece794-c6f3-4f07-8769-38a32fd15108</BusinessUnitId>
  <ClockType>sample string 32</ClockType>
  <CountryCode>sample string 5</CountryCode>
  <DefaultGroup>21</DefaultGroup>
  <DefaultLocationId>22</DefaultLocationId>
  <DefaultLocationName>sample string 23</DefaultLocationName>
  <DefaultMapId>50</DefaultMapId>
  <DefaultTopic>sample string 19</DefaultTopic>
  <DefaultTree>35</DefaultTree>
  <DefaultView>sample string 20</DefaultView>
  <DisplayPanel1>47</DisplayPanel1>
  <DisplayPanel2>48</DisplayPanel2>
  <DomainId>49</DomainId>
  <EmailSignature>sample string 54</EmailSignature>
  <Error>sample string 59</Error>
  <EventsUserFlag>true</EventsUserFlag>
  <InternalAdminNotes>sample string 46</InternalAdminNotes>
  <IsAuthenticated>true</IsAuthenticated>
  <JobTitle>sample string 53</JobTitle>
  <LanguageId>4</LanguageId>
  <LastLoginDate>2026-04-04T07:52:37.9628716-04:00</LastLoginDate>
  <LastModifiedBy>34</LastModifiedBy>
  <LastModifiedDate>2026-04-04T07:52:37.9628716-04:00</LastModifiedDate>
  <LastRecurringRemind>44</LastRecurringRemind>
  <LastReminderFlag>true</LastReminderFlag>
  <LimitReservationView>26</LimitReservationView>
  <MobilePassword>sample string 52</MobilePassword>
  <ObsoleteFlag>true</ObsoleteFlag>
  <PersonalNotifyFlag>true</PersonalNotifyFlag>
  <PopTypeFlag>true</PopTypeFlag>
  <PrivacyFlag>true</PrivacyFlag>
  <ReceiveAutoReleaseEmails>true</ReceiveAutoReleaseEmails>
  <ReceiveRemindersFlag>true</ReceiveRemindersFlag>
  <RefreshSeconds>25</RefreshSeconds>
  <ReportFlag>true</ReportFlag>
  <SecurityFlags>sample string 10</SecurityFlags>
  <SelfNotifyFlag>true</SelfNotifyFlag>
  <ShowAssignmentFlag>true</ShowAssignmentFlag>
  <TimeFenceFlag>true</TimeFenceFlag>
  <TimeFenceHotelingFlag>true</TimeFenceHotelingFlag>
  <TimeZoneCode>sample string 55</TimeZoneCode>
  <TotalLastRecurringRemind>45</TotalLastRecurringRemind>
  <UseCookieFlag>true</UseCookieFlag>
  <UseDefaultLocationTimeZone>true</UseDefaultLocationTimeZone>
  <UseLogonFlag>true</UseLogonFlag>
  <UserAccessPIN>sample string 57</UserAccessPIN>
  <UserAccountCode>sample string 14</UserAccountCode>
  <UserDepartment>sample string 13</UserDepartment>
  <UserEmail>sample string 2</UserEmail>
  <UserId>1</UserId>
  <UserLDAP>sample string 28</UserLDAP>
  <UserNTLM>sample string 27</UserNTLM>
  <UserName>sample string 3</UserName>
  <UserPassword>sample string 6</UserPassword>
  <UserPhone>sample string 11</UserPhone>
  <UserPhoneExtension>sample string 12</UserPhoneExtension>
  <UserPreferences>sample string 7</UserPreferences>
  <Win32TimeZoneKey>sample string 56</Win32TimeZoneKey>
</RSUser>