Skip to main content

List People

List people in your organization. One of the following permissions is required to run this action:

  • spark:people_read
  • spark-admin:people_read
External Documentation

To learn more, visit the Cisco Webex documentation.

Basic Parameters

ParameterDescription
Calling DataInclude Webex Calling user details in the response. Only supported for Admin users.
Display NameList people whose name starts with this string. For non-admin users, either this or Email are required.
EmailList people with this email address. For non-admin users, either this or Display Name are required.
LimitLimit the maximum number of people in the response. If Calling Data is true, the limit of the people returned is 100.
People IDsList people by ID. Accepts up to 85 person IDs separated by commas.
RolesComma seperated list of role ids to list people by. Lookup by roles is only supported for Admin users for the people within the same org.

Advanced Parameters

ParameterDescription
Org IDList people in this organization. Only admin users of another organization (such as partners) may use this parameter.

Example Output

{
"items": [
{
"id": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS9mNWIzNjE4Ny1jOGRkLTQ3MjctOGIyZi1mOWM0NDdmMjkwNDY",
"emails": [
"john.andersen@example.com"
],
"phoneNumbers": [
{
"type": "work",
"value": "+1 408 526 7209"
}
],
"extension": "133",
"locationId": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OLzYzNzE1",
"displayName": "John Andersen",
"nickName": "John",
"firstName": "John",
"lastName": "Andersen",
"avatar": "https://1efa7a94ed21783e352-c62266528714497a17239ececf39e9e2.ssl.cf1.rackcdn.com/V1~54c844c89e678e5a7b16a306bc2897b9~wx29yGtlTpilEFlYzqPKag==~1600",
"orgId": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi85NmFiYzJhYS0zZGNjLTExZTUtYTE1Mi1mZTM0ODE5Y2RjOWE",
"roles": [
"Y2lzY29zcGFyazovL3VzL1JPTEUvOTZhYmMyYWEtM2RjYy0xMWU1LWExNTItZmUzNDgxOWNkYzlh",
"Y2lzY29zcGFyazovL3VzL1JPTEUvOTZhYmMyYWEtM2RjYy0xMWU1LWIyNjMtMGY0NTkyYWRlZmFi"
],
"licenses": [
"Y2lzY29zcGFyazovL3VzL0xJQ0VOU0UvOTZhYmMyYWEtM2RjYy0xMWU1LWExNTItZmUzNDgxOWNkYzlh",
"Y2lzY29zcGFyazovL3VzL0xJQ0VOU0UvOTZhYmMyYWEtM2RjYy0xMWU1LWIyNjMtMGY0NTkyYWRlZmFi"
],
"department": "Sales",
"manager": "John Duarte",
"managerId": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS80ZGEzYTI0OC05YjBhLTQxMDgtODU0NC1iNTQwMzEyZTU2M2E",
"title": "GM",
"addresses": [
{
"type": "work",
"country": "US",
"locality": "Milpitas",
"region": "California",
"streetAddress": "1099 Bird Ave.",
"postalCode": "99212"
}
],
"created": "2015-10-18T14:26:16.000Z",
"lastModified": "2015-10-18T14:26:16.000Z",
"timezone": "America/Denver",
"lastActivity": "2015-10-18T14:26:16.028Z",
"siteUrls": [
"mysite.webex.com#attendee"
],
"sipAddresses": [
{}
],
"xmppFederationJid": "user@example.com",
"status": "active",
"invitePending": "false",
"loginEnabled": "true",
"type": "person"
}
],
"notFoundIds": []
}

Workflow Library Example

List People with Cisco Webex and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop