Get detailed information about a user based on their UUID.

The following scopes are required to run this action:

  • identity.user.ids.read
  • identity.user.core.read
  • identity.user.coresensitive.read
  • identity.user.enterprise.read
  • identity.user.sap.read

External Documentation

To learn more, visit the SAP Concur documentation.

Parameters

ParameterDescription
User IDThe unique identifier of the user.

Example Output

{
	"localeOverrides": {
		"preferenceEndDayViewHour": 20,
		"preferenceFirstDayOfWeek": "Sunday",
		"preferenceDateFormat": "mm/dd/yyyy",
		"preferenceCurrencySymbolLocation": "BeforeAmount",
		"preferenceHourMinuteSeparator": ":",
		"preferenceDistance": "mile",
		"preferenceDefaultCalView": "month",
		"preference24Hour": "H:mm AM/PM",
		"preferenceNumberFormat": "1,000.00",
		"preferenceStartDayViewHour": 8,
		"preferenceNegativeCurrencyFormat": null,
		"preferenceNegativeNumberFormat": null
	},
	"addresses": [],
	"timezone": "America/New_York",
	"meta": {
		"resourceType": "User",
		"created": "2021-11-17T22:44:09.000164Z",
		"lastModified": "2021-11-17T22:48:31.000891Z",
		"version": 4,
		"location": "https://{datacenterURI}/profile/identity/v4/Users/3df11695-e8bb-40ff-8e98-c85913ab2789"
	},
	"displayName": "John Doe",
	"name": {
		"familyName": "Doe",
		"givenName": "John",
		"honorificSuffix": "VI",
		"familyNamePrefix": null
	},
	"phoneNumbers": [],
	"emergencyContacts": null,
	"preferredLanguage": "en-US",
	"title": null,
	"dateOfBirth": null,
	"nickName": null,
	"schemas": [
		"urn:ietf:params:scim:schemas:core:2.0:User",
		"urn:ietf:params:scim:schemas:extension:enterprise:2.0:User",
		"urn:ietf:params:scim:schemas:extension:sap:2.0:User"
	],
	"externalId": "1234_externalId",
	"active": true,
	"id": "3df11695-e8bb-40ff-8e98-c85913ab2789",
	"emails": [
		{
			"verified": false,
			"type": "work",
			"value": "John11_17_1@sap.com",
			"notifications": true
		}
	],
	"userName": "John11_17_1@sap.com",
	"urn:ietf:params:scim:schemas:extension:enterprise:2.0:User": {
		"terminationDate": null,
		"companyId": "aa076ada-80a9-4f57-8e98-9300b1c3171d",
		"manager": null,
		"costCenter": null,
		"startDate": "2021-11-17T00:00:00.000",
		"employeeNumber": "1234_employeeNumber"
	}
}

Workflow Library Example

Get User with Sap Concur and Send Results Via Email

Preview this Workflow on desktop