A valid request URL is required to generate request examples{
"data": [
{
"objectid": "<string>",
"type": "<string>",
"name": "<string>",
"distinguishedname": "<string>",
"system_tags": "<string>"
}
]
}Search for graph objects by name or object ID, filtered by type.
A valid request URL is required to generate request examples{
"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 >= 0Search 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. The number of items to skip in a paginated response.
x >= 0This query parameter is used for setting an upper limit of objects returned in paginated responses. The limit of results requested by the client.
x >= 0