Atlassian · Example Payload

Atlassian Atlassianlistuserpermissionsinaworkspace Example

CodeCollaborationPlatformProductivitySoftware Development

Atlassian Atlassianlistuserpermissionsinaworkspace Example is an example object payload from Atlassian, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "atlassianListUserPermissionsInAWorkspace",
  "method": "GET",
  "path": "/workspaces/{workspace}/permissions",
  "summary": "Atlassian List User Permissions In A Workspace",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "response",
      "example": {
        "pagelen": 10,
        "values": [
          {
            "permission": "owner",
            "type": "workspace_membership",
            "user": {
              "type": "user",
              "uuid": "{470c176d-3574-44ea-bb41-89e8638bcca4}",
              "display_name": "Erik van Zijst"
            },
            "workspace": {
              "type": "workspace",
              "uuid": "{a15fb181-db1f-48f7-b41f-e1eff06929d6}",
              "slug": "bbworkspace1",
              "name": "Atlassian Bitbucket"
            }
          },
          {
            "permission": "member",
            "type": "workspace_membership",
            "user": {
              "type": "user",
              "nickname": "seanaty",
              "display_name": "Sean Conaty",
              "uuid": "{504c3b62-8120-4f0c-a7bc-87800b9d6f70}"
            },
            "workspace": {
              "type": "workspace",
              "uuid": "{a15fb181-db1f-48f7-b41f-e1eff06929d6}",
              "slug": "bbworkspace1",
              "name": "Atlassian Bitbucket"
            }
          }
        ],
        "page": 1,
        "size": 2
      }
    }
  ]
}

Work with this as data

Every example 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 examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example 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 example
curl "https://apis.io/api/v1/examples/atlassian-atlassianlistuserpermissionsinaworkspace-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

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

Get an API key

Free tier, no email required.

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