Skip to main content

Get a Dynamic User Group

GET 

/dynamic-user-groups/:id

Retrieve an existing Dynamic User Group.

Request

Path Parameters

    id uuidrequired

    The UUID of the configuration resource

Responses

OK

Schema
    oneOf
    folder stringrequired

    Possible values: <= 64 characters, Value must match regular expression ^[a-zA-Z\d-_\. ]+$

    The folder in which the resource is defined

    id stringrequired

    The UUID of the dynamic user group

    name stringrequired

    Possible values: <= 63 characters, Value must match regular expression ^[ a-zA-Z\d.-_]+$

    The name of the dynamic address group

    description string

    Possible values: <= 1023 characters

    The description of the dynamic address group

    filter stringrequired

    Possible values: <= 2047 characters

    The tag-based filter for the dynamic user group

    tag string[]

    Possible values: <= 64

    Tags associated with the dynamic user group

Loading...