Skip to main content

Documentation Index

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

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

  • spark-admin:people_write
  • spark-admin:people_read
To learn more, visit the Cisco Webex documentation.

Basic Parameters

ParameterDescription
DepartmentThe business department the user belongs to.
Display NameThe full name of the user to be created.
Email AddressThe email addresses of the user to be created.
First NameThe first name of the user to be created.
Last NameThe last name of the user to be created.
Manager IDThe user’s manager ID.
TitleThe title of the user to be created.

Advanced Parameters

ParameterDescription
AddressThe new user’s address.
LicensesA comma separated array of the licenses allocated to the user. For the available values, please visit Cisco Webex.

Example Output

{    "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"}

Workflow Library Example

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