Skip to main content

List all local users

Retrieve a list of all local users.

Query Parameters
  • limit number

    The maximum number of result objects to return per page.

  • offset number

    The offset of the result entry.

  • folder string required

    Possible values: Value must match regular expression ^[0-9a-zA-Z._-\s]{1,}$, [Shared, Mobile Users, Remote Networks, Service Connections, Mobile Users Container, Mobile Users Explicit Proxy]

    The folder on which you want to perform this operation.

  • name string

    The name of the entry.

Responses

List of local users


Schema
  • data object[]
  • Array [
  • disabled boolean
  • id string

    uuid of the resource

  • name string required

    Possible values: <= 31 characters

  • password string required

    Possible values: <= 63 characters

  • ]
  • limit number

    Default value: 200

  • offset number

    Default value: 0

  • total number
Loading...