get_identity
Query Prisma SD-WAN directory and tenant identity state: directory service/status, users, groups, active IPs, tenant users, element users, and per-element user access with pagination.
Instructions
Inspect directory/tenant identity state. Session/token fields are always redacted centrally.
Args:
operation: Which read to run. No params required:
directory_service, directory_status, directory_users,
directory_groups, active_user_ips, tenant_users,
element_users. Requires object_id: element_user_access.
object_id: Element-user ID (from an element_users result's id
field). Required only for element_user_access; ignored
otherwise. An ID that does not exist is not reported as an
error — it returns an empty list, exactly like a valid user
with no access records. Confirm the ID came from an
element_users result before reading an empty response as
"this user has no access".
cursor: Opaque pagination token copied from a previous response's
next_cursor. Omit on the first call.
limit: Max items to return in this page. Omit to use the server
default page size (50; max 200).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max items to return in this page. Omit to use the server default page size (50; max 200). | |
| cursor | No | Opaque pagination token copied from a previous response's `next_cursor`. Omit on the first call. | |
| detail | No | ||
| object_id | No | Element-user ID (from an ``element_users`` result's `id` field). Required only for ``element_user_access``; ignored otherwise. An ID that does not exist is **not** reported as an error — it returns an empty list, exactly like a valid user with no access records. Confirm the ID came from an ``element_users`` result before reading an empty response as "this user has no access". | |
| operation | Yes | Which read to run. No params required: ``directory_service``, ``directory_status``, ``directory_users``, ``directory_groups``, ``active_user_ips``, ``tenant_users``, ``element_users``. Requires ``object_id``: ``element_user_access``. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |