Nedap Authorization.provisioning.Role API

The authorization.provisioning.Role API from Nedap — 2 operation(s) for authorization.provisioning.role.

Operations 2

GET /t/authorization/provisioning/roles Returns every Role available from the RoleAPI #
GET /v0/authorization/provisioning/roles Returns every Role available from the RoleAPI #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/nedap-authorization-provisioning-role-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

nedap-authorization-provisioning-role-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Nedap Authorization.provisioning.Role API
  version: 0.0.0
  description: 'Operations tagged authorization.provisioning.Role across 2 of this provider''s published API definitions: nedap-ons-deprecated-openapi-original.json, nedap-ons-openapi-original.json. Each path carries the servers of the definition it was published in.'
servers:
- url: https://api-development.ons.io
tags:
- name: authorization.provisioning.Role
paths:
  /t/authorization/provisioning/roles:
    get:
      tags:
      - authorization.provisioning.Role
      summary: Returns every Role available from the RoleAPI
      operationId: authorization.provisioning.RoleAPI.all
      responses:
        '200':
          description: No response was specified
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/authorization.provisioning.list.RoleList'
      x-cupido-common-method: true
      x-replaced-by: /v0/authorization/provisioning/roles
      deprecated: true
      x-deprecated-since: 19-11-2025
    servers:
    - url: https://api-development.ons.io
  /v0/authorization/provisioning/roles:
    get:
      tags:
      - authorization.provisioning.Role
      summary: Returns every Role available from the RoleAPI
      operationId: authorization.provisioning.RoleAPI.all
      responses:
        '200':
          description: No response was specified
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/authorization.provisioning.list.RoleList'
      x-cupido-common-method: true
      x-replacement-for:
      - /t/authorization/provisioning/roles
    servers:
    - url: https://api-development.ons.io
components:
  schemas:
    authorization.provisioning.list.RoleList:
      type: object
      properties:
        roles:
          type: array
          items:
            $ref: '#/components/schemas/authorization.provisioning.Role'
      description: RoleList model (no description)
      example:
        roles:
        - uuid: ea9e0f20-2232-4087-9a43-8f894e79b6f0
          name: Rol naam
    authorization.provisioning.Role:
      type: object
      properties:
        uuid:
          type: string
          x-cupido-id: true
        name:
          type: string
      description: Role model (no description)
      example:
        uuid: ea9e0f20-2232-4087-9a43-8f894e79b6f0
        name: Rol naam
x-refined-from:
- nedap-ons-deprecated-openapi-original.json
- nedap-ons-openapi-original.json