Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

Shows details for a person, by ID. One of the following permissions is required to run this action:
  • spark:people_read
  • spark-admin:people_read
External DocumentationTo learn more, visit the Cisco Webex documentation.

Parameters

ParameterDescription
Person IDThe ID of the person to get details of. Can be retrieved from the List People action.

Example Output

{
	"id": "<string>",
	"emails": [
		"<string>"
	],
	"phoneNumbers": [
		{
			"type": "work",
			"value": "+1 408 526 7209"
		}
	],
	"displayName": "<string>",
	"nickName": "<string>",
	"firstName": "<string>",
	"lastName": "<string>",
	"userName": "<string>",
	"orgId": "<string>",
	"created": "2011-10-02T04:22:11.862Z",
	"lastModified": "2014-10-09T10:26:19.441Z",
	"timeZone": "<string>",
	"lastActivity": "2014-05-05T20:38:30.230Z",
	"status": "<string>",
	"type": "<string>"
}

Workflow Library Example

Get Person with Cisco Webex and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop