Skip to main content

Create a local user

POST 

/local-users

Create a new local user.

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

    The name of the local user

    password passwordrequired

    Possible values: <= 63 characters

    The password of the local user

    disabled boolean

    Is the local user disabled?

Responses

Created

Loading...