Skip to main content

Update a local user group

PUT 

/local-user-groups/:id

Update an existing local user group.

Request

Path Parameters

    id uuidrequired

    The UUID of the configuration resource

Body

OK

    oneOf
    folder stringrequired

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

    The folder in which the resource is defined

    name stringrequired

    Possible values: <= 31 characters, Value must match regular expression ^[a-zA-Z0-9._-]+$

    The name of the local user group

    user string[]

    The local user group users

Responses

OK

Loading...