Acceldata · Arazzo Workflow

Acceldata Access Review

Version 1.0.0

List organization users and the platform roles so access can be reviewed against defined permissions.

1 workflow 2 source APIs 1 provider
View Spec View on GitHub AI AgentsData ManagementData ObservabilityData PipelineData QualityIntelligenceObservabilityArazzoWorkflows

Provider

acceldata

Workflows

access-review
Pull users and roles for an access review.
Lists the organization's users and the platform's roles with their permissions so user-to-role assignments can be reviewed against the permissions each role grants.
2 steps inputs: apiKey, limit outputs: roles, userTotal, users
1
listUsers
List the users in the organization along with their assigned role and account status.
2
listRoles
List the roles defined in the platform with their permission sets so each user's role can be evaluated against what it grants.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Acceldata Access Review
  summary: List organization users and the platform roles so access can be reviewed against defined permissions.
  description: >-
    A governance flow for periodic access reviews. The workflow lists the users
    in the organization and then lists the roles and their permissions defined
    in the platform, providing the two sides needed to confirm each user's
    assigned role maps to an approved set of permissions. Every step spells out
    its request inline so the flow can be read and executed without opening the
    underlying OpenAPI description.
  version: 1.0.0
sourceDescriptions:
- name: rolesApi
  url: ../openapi/acceldata-roles-api-openapi.yml
  type: openapi
- name: usersApi
  url: ../openapi/acceldata-users-api-openapi.yml
  type: openapi
workflows:
- workflowId: access-review
  summary: Pull users and roles for an access review.
  description: >-
    Lists the organization's users and the platform's roles with their
    permissions so user-to-role assignments can be reviewed against the
    permissions each role grants.
  inputs:
    type: object
    required:
    - apiKey
    properties:
      apiKey:
        type: string
        description: Acceldata API key sent in the X-API-Key header.
      limit:
        type: integer
        description: Number of users to return per page.
  steps:
  - stepId: listUsers
    description: >-
      List the users in the organization along with their assigned role and
      account status.
    operationId: listUsers
    parameters:
    - name: X-API-Key
      in: header
      value: $inputs.apiKey
    - name: limit
      in: query
      value: $inputs.limit
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      users: $response.body#/data
      userTotal: $response.body#/total
  - stepId: listRoles
    description: >-
      List the roles defined in the platform with their permission sets so each
      user's role can be evaluated against what it grants.
    operationId: listRoles
    parameters:
    - name: X-API-Key
      in: header
      value: $inputs.apiKey
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      roles: $response.body#/data
      roleTotal: $response.body#/total
  outputs:
    users: $steps.listUsers.outputs.users
    userTotal: $steps.listUsers.outputs.userTotal
    roles: $steps.listRoles.outputs.roles

Work with this as data

Every workflow 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 arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • 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 workflow
curl "https://apis.io/api/v1/arazzo/acceldata-access-review-workflow"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?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.