Skip to main content

Get directory group filter

GET 

/api/web/v1/groupfilters/:id

Get the specified directory group filter. Caller requires the DIRECTORIES:VIEW permission.

Request

Path Parameters

    id stringrequired

    The UUID of the directory group filter to be returned.

Responses

Successful

Schema

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