{
"data": [
{
"objectid": "<string>",
"type": "<string>",
"name": "<string>",
"distinguishedname": "<string>",
"system_tags": "<string>"
}
]
}
Search for graph objects by name or object ID, filtered by type.
{
"data": [
{
"objectid": "<string>",
"type": "<string>",
"name": "<string>",
"distinguishedname": "<string>",
"system_tags": "<string>"
}
]
}
Authorization: Bearer $JWT_TOKEN
Prefer header, used to specify a custom timeout in seconds using the wait parameter as per RFC7240.
x >= 0
Search parameter for the name or object ID of a node.
Node type.
Some AD examples: Base
, User
, Computer
, Group
, Container
.
Some Azure examples: AZBase
, AZApp
, AZDevice
.
This query parameter is used for determining the number of objects to skip in pagination.
x >= 0
This query parameter is used for setting an upper limit of objects returned in paginated responses.
x >= 0
OK
The response is of type object
.