list_people
Retrieve and organize user data within Webex by listing people based on email, name, ID, roles, or location. Facilitates targeted access and management of user details via the Webex Messaging API.
Instructions
List people in an organization using the Webex Messaging API.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
callingData | No | Include Webex Calling user details in the response. | |
displayName | No | List people whose name starts with this string. For non-admin requests, either this or email are required. | |
No | List people with this email address. For non-admin requests, either this or displayName are required. | ||
id | No | List people by ID. Accepts up to 85 person IDs separated by commas. | |
locationId | No | List people present in this location. | |
max | No | Limit the maximum number of people in the response. | |
orgId | No | List people in this organization. Only admin users of another organization may use this parameter. | |
roles | No | List of roleIds separated by commas. |