Skip to main content

List directory searchbases

GET 

/api/web/v1/directories/:id/searchbases

List all searchbases for a given directory. Caller requires the DIRECTORIES:VIEW permission.

Request

Path Parameters

    id stringrequired

    The UUID of the directory whose searchbases are to be returned.

Responses

Successful

Schema

  • Array [

  • 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...