Losant · Capability

Auth Organizations

Auth Organizations is a Naftiko capability published by Losant, one of 22 capabilities the APIs.io network indexes for this provider.

Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Run with Naftiko

Capability Spec

auth-organizations.yaml Raw ↑
name: Manage Losant Organizations
description: Manage organizations, organization invites, and organization member roles.
provider: losant
api: auth
operations:
- path: /orgs
  methods:
  - GET
  - POST
  - PATCH
  - DELETE
- path: /org/{orgId}
  methods:
  - GET
  - POST
  - PATCH
  - DELETE
- path: /orgs/invites
  methods:
  - GET
  - POST
  - PATCH
  - DELETE
auth: BearerAuth (Losant JWT)
inputs:
- applicationId
- deviceId or flowId where applicable
outputs:
- Losant resource JSON per OpenAPI schemas