Skip to main content

Edit a local user group

PUT 

/sse/config/v1/local-user-groups/:id

Edit a local user group.

Request

Path Parameters

    id stringrequired

    The resource's unique identifier.

Body

The local user you want to edit

    name stringrequired

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

    Name of the group.

    user string[]

    Array of user names that belong to this group.

Responses

Ok

Loading...