Skip to main content

Get a searchbase

GET 

/api/web/v1/searchbases/:searchbaseid

Get the specified searchbase. Caller requires the DIRECTORIES:VIEW permission.

Request

Path Parameters

    searchbaseid stringrequired

    The UUID of the searchbase to be returned.

Responses

Successful

Schema

    directoryId string

    The UUID of the Directory the seachbase belongs to.

    emptySearchBase boolean

    Whether or not an empty searchbase is empty?

    id string

    The UUID of the searchbase.

    node string

    The searchbase node.

    subsearchbasesIncluded boolean

    Whether or not a sub-tree is included?

Loading...