User Tools

Site Tools


api:zerotier:memberdeauthorize

API : ZeroTier : Deauthorize member

Introduction

This API will deauthorize a member, thus removing the mebers access to the network.

Request

URL https://api.telecomx.dk/zerotier/network/NETWORK_ID/member/MEMBER_ID/deauthorize
Method GET
Access level MAMAGER or OWNER that belongs to the customer
RESELLER, RESELLER_ADMIN for the customer or ADMIN
Params NETWORK_ID Id of the network
MEMBER_ID Id of the member

Query example

https://api.telecomx.dk/zerotier/network/46574625456898895/member/5647364567/deauthorize

Response

Properties

Field Type Description
success Boolean True on success

Example

{
  success: true
}

Errors

Error code Message Description
404 id Member not found
403 access_denied Access denied
500 internal_error <Unspecified>
api/zerotier/memberdeauthorize.txt · Last modified: 2022/11/08 14:10 by Per Møller

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki