Skip to main content

Get Users of Tenant (v2.0)

GET 

/sdwan/v2.0/api/directoryusers

List all the users of a tenant.

Responses

Successful Operation

Schema
    count int32

    The actual count.

    id string

    The ID.

    items DirectoryUser[]
  • Array [
  • description

    The description of the user. Max size = 256.

    id string

    The user ID.

    name stringrequired

    The user's name.

    stale boolean

    Stale

    tags string[]

    A information field that can be added to identify the user. Maximum 10 unique tags of length 1024 each are allowed.

    user_group_ids string[]

    The user group IDs to which the user belongs.

  • ]
Loading...