Get a User
GET /users/{id}
— Use this method to retrieve the user record with the specified internal ID.
Parameters
Path parameters
Path parameter |
Required / Optional |
Description |
Type |
---|---|---|---|
|
Required |
The internal ID of the user. |
integer |
Query string parameter
Path parameter |
Required / Optional |
Description |
Type |
---|---|---|---|
|
Optional |
A comma-separated list of attributes available for expansion. The comma-separated list may include spaces (or
Note:
The |
string |
|
Optional |
A comma-separated list of attributes to include in the response. If not specified, the response includes all attributes for the user returned. Response Data Modifiers. |
string |
|
Optional |
The internal ID of the filter set to be applied.
|
integer |
Response definitions
A successful request returns a JSON object with the following properties:
Property |
Description |
---|---|
|
An array containing the user object requested. See Returned Data. |
|
An array of expanded objects, if the |
|
An object containing information about objects referenced by internal ID in the |
|
A string containing a brief message about the status of your request — for example, |
A failed request returns a JSON object with the following properties:
Property |
Description |
---|---|
|
A string containing a brief message about the status of your request — for example, |
Sample request
GET /rest/v1/users/24 HTTP/1.1
Host: company-id.app.netsuitesuiteprojectspro.com
Authorization: Bearer <OAuth2_access_token>
In the example, <OAuth2_access_token>
is the OAuth 2.0 access token obtained for the client application connecting to SuiteProjects Pro. See Authentication.
Sample response
{
"data": [
{
"defaultSamlSettingsName": "",
"address3": "",
"budgetApprovalProcess": 0,
"workScheduleId": 3,
"email": "john.smith@example.com",
"expensesFilterSet": 0,
"rate": 205,
"userLocationId": 0,
"dealBookingRequestApprover": 1,
"weekStarts": 0,
"scheduleRequestApprover": 1,
"resourcesFilterSet": 0,
"lineManagerId": 0,
"expenseApprovalProcess": 0,
"name": "Smith, John",
"expenseApprover": 1,
"scheduleRequestApprovalProcess": 0,
"projectsFilterSet": 0,
"middleName": "",
"timesheetsFilterSet": 0,
"purchaseOrderApprovalProcess": 0,
"costCenterId": 0,
"bookingApprover": 1,
"salutation": "Mr",
"expenseAllowanceApprover": 0,
"mobile": "",
"currency": "USD",
"fax": "603.555.0100",
"lastName": "Smith",
"resourceProfileApprover": 1,
"country": "US",
"address4": "",
"bookingApprovalProcess": 0,
"expenseAuthorizationApprovalProcess": 0,
"address2": "",
"accountingCode": "",
"bookingRequestApprover": 1,
"proposalApprover": 1,
"projectAccessNodes": "",
"purchasesFilterSet": 0,
"myAccountFilterSet": 0,
"departmentId": 1,
"mfaSetupDate": "0000-00-00 00:00:00",
"timesheetApprover": -4,
"payrollCode": "",
"state": "TX",
"roleId": 1,
"timesheetApprovalProcess": 0,
"id": 24,
"updated": "2024-07-06 02:18:07",
"budgetApprover": 1,
"firstName": "John",
"territoryId": 0,
"invoicesFilterSet": 0,
"jobCodeId": 3,
"bookingRequestApprovalProcess": 0,
"proposalApprovalProcess": 0,
"expenseAuthorizationApprover": 1,
"isLocked": false,
"rpcUpdatedBy": 0,
"purchaseOrderApprover": 1,
"purchaseRequestApprovalProcess": 0,
"zip": "78741",
"customerId": 0,
"generic": false,
"address1": "2300 Oracle Way",
"mfaStatus": 0,
"externalId": "AB0000-1048291019",
"resourceProfileApprovalProcess": 0,
"city": "Austin",
"ssn": "",
"purchaseRequestApprover": 1,
"opportuntiesFilterSet": 0,
"reportsFilterSet": 0,
"workspacesFilterSet": 0,
"attachments": 0,
"primaryFilterSet": 4,
"nickname": "jadmin",
"isActive": true,
"passwordForcedChange": false,
"phone": "603.555.0100",
"created": "2003-03-24 16:48:24",
"timezone": 6,
"rpcUserUpdated": "2022-06-14 12:50:58",
"expenseAllowanceApprovalProcess": 0,
"bccSelf": false,
"rpcApiUpdated": "2022-06-14 12:50:58",
"dealBookingRequestApprovalProcess": 0
}
],
"message": "success"
}