Skip to main content

Get a local user

GET 

/local-users/:id

Get an existing local user.

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 local user

    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?

Loading...