api:zerotier:memberauthorize
Table of Contents
API : ZeroTier : Authorize member
Introduction
This API will authorize a member and thus give the member access to the network.
Request
| URL | https://api.telecomx.dk/zerotier/network/NETWORK_ID/member/MEMBER_ID/authorize | |
|---|---|---|
| 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/authorize
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/memberauthorize.txt · Last modified: 2022/11/08 14:11 by Per Møller