Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Zenduty Account Member API

This object represents a user of the account. Each account member object has a role, which can be owner, admin, or user. Each account has a single owner, but the admins and users can be multiple.

Zenduty Account Member API is one of 34 APIs that Zenduty publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Account Member. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 5 operations across 4 paths, and defines 6 schemas. It is described by OpenAPI 3.0.0, at version 1.1.0.

Requests are made against a single base URL, https://www.zenduty.com.

5 operations 4 paths 6 schemas 2 GET2 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
1.1.0
Base URL
https://www.zenduty.com/api
Authentication
HTTP Bearer
License
Apache 2.0
Terms of Service
Resource Areas
1

Authentication & Security 1

Zenduty Account Member API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (Token ) (bearerAuth). By default, every request must be authenticated.

Paths & Operations 5

Across 4 paths, the API surfaces 5 operations — 2 GET, 2 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Account Member 5

This object represents a user of the account. Each account member object has a role, which can be owner, admin, or user. Each account has a single owner, but the admins and users…

POST
/api/account/api_invite/
Invite User
body → 201400403404
GET
/api/account/members/
List all Account Member objects
→ 200400403404
GET
/api/account/members/{username}/
Retrieve the Account Member object
1 param → 200400403404
PUT
/api/account/members/{username}/
Update the Account Member object
1 param body → 200400403404
POST
/api/account/deleteuser/
Delete User
body → 204400403404

Schemas 6

The contract defines 6 schemas that model the data the API accepts and returns. The most detailed are AccountMember (6 properties), TeamMember (5 properties), User (4 properties), AccountMemberPayload (3 properties). Each schema is shown below with its type and property counts.

User
object
User object schema
4 properties
InviteUserPayload
object
Payload schema for the Invite User object
2 properties 2 required
AccountMember
object
Account Member object schema
6 properties
DeleteUserPayload
object
Payload schema for the Delete User object
1 property 1 required
TeamMember
object
Team Member object schema
5 properties
AccountMemberPayload
object
Payload schema for the Account Member object
3 properties 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

zenduty-account-member-api-openapi.yml Raw ↑

Other APIs Zenduty publishes across the network.

Zenduty REST API
Zenduty Events API
Zenduty Account Custom Role API
Zenduty Alert Rules API
Zenduty Analytics API
Zenduty Contact Methods API
Zenduty Escalation Policies API
Zenduty Events API
Zenduty Forwarding Rules API
Zenduty Global Router API
Zenduty Global Router Rules API
Zenduty Incident Alerts API