Skip to main content

List directory group filters

GET 

/api/web/v1/directories/:id/groupfilters

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

Request

Path Parameters

    id stringrequired

    The UUID of the directory whose group filters are to be returned.

Responses

Successful

Schema

  • Array [

  • directoryId string

    The UUID of the Directory the group filter belongs to.

    id string

    The UUID of the group filter.

    name string

    The name of the group to filter on.

  • ]

Loading...