Skip to main content

Create a local user group

POST 

/local-user-groups

Create a new local user group.

Request

Body

Created

    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

Created

Loading...