Skip to main content

Modify a network member

Modify a network member

Path Parameters
    networkId string required

    ID of the network

    memberId string required

    ID of the member

Request Body
    name string

    User defined name of the member

    authorized boolean

    Authorization status of the member

Responses

Detailed information of the specified Network Member


Schema
    nodeid integer

    Node identifier

    id string

    Unique user identifier

    nwid string

    Network identifier

    lastSeen date-time

    Timestamp of last seen

    online boolean

    Online status

    deleted boolean

    Deleted status

    name string

    Name of the user

    address string

    Address of the user

    creationTime integer

    User creation time in milliseconds since epoch

    activeBridge boolean

    Active bridge status

    authenticationExpiryTime integer

    Authentication expiry time

    authorized boolean

    Authorization status

    capabilities string[]

    List of capabilities

    identity string

    User identity information

    ipAssignments string[]

    IP assignments

    lastAuthorizedCredential string nullable

    Last authorized credential

    lastAuthorizedCredentialType string

    Type of the last authorized credential

    lastAuthorizedTime integer

    Timestamp of the last authorized time

    lastDeauthorizedTime integer

    Timestamp of the last deauthorized time

    noAutoAssignIps boolean

    No auto-assign IPs status

    objtype string

    Object type

    remoteTraceLevel integer

    Remote trace level

    remoteTraceTarget string nullable

    Remote trace target

    revision integer

    Revision number

    ssoExempt boolean

    SSO exempt status

    tags string[]

    Tags associated with the user

    vMajor integer

    Major version number

    vMinor integer

    Minor version number

    vProto integer

    Protocol version number

    vRev integer

    Revision version number

    physicalAddress string

    External ip address of the user

    peers object[]

    List of peers

  • Array [
  • address string

    Address of the peer

    isBonded boolean

    Bonded status

    latency integer

    Latency

    paths string[]

    List of paths

    role string

    Role of the peer

    tunneled boolean

    Tunneled status

    version string

    Version of the peer

    versionMajor integer

    Major version of the peer

    versionMinor integer

    Minor version of the peer

    versionRev integer

    Revision version of the peer

  • ]
  • conStatus integer

    Possible values: [0, 1, 2]

    Connection status Possible values:

    • 0 - Offline: The connection is not established
    • 1 - Relayed or DirectLAN: The connection is either relayed or direct within a LAN
    • 2 - DirectWAN: The connection is direct over WAN
Loading...