Skip to main content
GET
/
api
/
Users
/
{id}
Gets a User by ID.
curl --request GET \
  --url https://api.example.com/api/Users/{id}
{
  "kindeUserId": "<string>",
  "timeZoneName": "<string>",
  "jobTitle": "<string>",
  "timeZoneCheckComplete": true,
  "address1": "<string>",
  "address2": "<string>",
  "address3": "<string>",
  "suburb": "<string>",
  "state": "<string>",
  "postcode": "<string>",
  "country": "<string>",
  "deleted": true,
  "createdBy": 123,
  "createdDate": "2023-11-07T05:31:56Z",
  "createdDateUnix": 123,
  "mobile": "<string>",
  "landline": "<string>",
  "linkedinUrl": "<string>",
  "description": "<string>",
  "photoName": "<string>",
  "userTypeID": 0,
  "permissions": [
    1
  ],
  "id": 123,
  "userID": 123,
  "isEnabled": true,
  "displayName": "<string>",
  "initials": "<string>",
  "firstName": "<string>",
  "lastName": "<string>",
  "customerName": "<string>",
  "customerId": 123,
  "userName": "<string>",
  "emailAddress": "<string>",
  "gmtOffset": 123,
  "configurationManager": true
}

Path Parameters

id
integer<int32>
required

Response

200 - application/json

OK

kindeUserId
string | null
timeZoneName
string | null
jobTitle
string | null
timeZoneCheckComplete
boolean
address1
string | null
address2
string | null
address3
string | null
suburb
string | null
state
string | null
postcode
string | null
country
string | null
deleted
boolean

This flag indicates if the user has been deleted.

createdBy
integer<int32>

This flag was put to show who created the user in the first instance.

createdDate
string<date-time>
createdDateUnix
integer<int64>
mobile
string | null

This is the Mobile number of the recruiter

landline
string | null

This is the desk phone number of the recruiter

linkedinUrl
string | null

This is the Linked in URL of the recruiter

description
string | null

This is the description telling everyone how awesome the recruiter is.....

photoName
string | null

This is the name of the recruiters photo

userTypeID
enum<integer>
Available options:
0,
1
permissions
enum<integer>[] | null
Available options:
1,
3,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
30,
31,
33,
34,
35,
36,
39,
41,
42,
43,
45,
46,
47,
48,
49,
50,
51,
52,
53,
54,
55,
56,
57,
58,
59,
60,
61,
62,
64,
68,
74,
97,
98
id
integer<int32>
userID
integer<int32>
isEnabled
boolean
displayName
string | null
initials
string | null
firstName
string | null
lastName
string | null
customerName
string | null
customerId
integer<int32>
userName
string | null
emailAddress
string | null
gmtOffset
integer<int32>
configurationManager
boolean