How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Lightdash Roles & Permissions API

These routes allow users to manage roles and permissions for their organization.

Lightdash Roles & Permissions API is one of 50 APIs that Lightdash publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 8 JSON Schema definitions.

Tagged areas include Roles & Permissions. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and 8 JSON Schemas.

This API exposes 12 operations across 10 paths, and defines 42 schemas. It is described by OpenAPI 3.0.0, at version 0.3156.1.

Requests are made against a single base URL, /.

12 operations 10 paths 42 schemas 3 DELETE2 GET3 PATCH4 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
0.3156.1
Base URL
https://app.lightdash.cloud
Authentication
API Key, API Key
License
MIT
Resource Areas
1

Authentication & Security 2

Lightdash Roles & Permissions API declares 2 security schemes for authenticating requests. An API key is passed in the cookie as connect.sid (session_cookie). An API key is passed in the header as Authorization (api_key).

  • api_key — Value should be 'ApiKey '

Paths & Operations 12

Across 10 paths, the API surfaces 12 operations — 3 DELETE, 2 GET, 3 PATCH, 4 POST. Each is listed below with its method, path, parameters, and response codes.

Roles & Permissions 12

These routes allow users to manage roles and permissions for their organization.

PATCH
/api/v1/projects/{projectUuid}/spaces/{spaceUuid}
Update space
UpdateSpace 2 params body → 200default
POST
/api/v1/projects/{projectUuid}/spaces
Create space
CreateSpaceInProject 1 param body → 200default
POST
/api/v1/projects/{projectUuid}/spaces/{spaceUuid}/share
Grant user access to space
AddSpaceUserAccess 2 params body → 200default
DELETE
/api/v1/projects/{projectUuid}/spaces/{spaceUuid}/share/{userUuid}
Revoke user access to space
RevokeSpaceAccessForUser 3 params → 200default
POST
/api/v1/projects/{projectUuid}/spaces/{spaceUuid}/group/share
Grant group access to space
AddSpaceGroupAccess 2 params body → 200default
DELETE
/api/v1/projects/{projectUuid}/spaces/{spaceUuid}/group/share/{groupUuid}
Revoke group access to space
RevokeGroupSpaceAccess 3 params → 200default
GET
/api/v1/projects/{projectUuid}/access
List project access
GetProjectAccessList 1 param → 200default
POST
/api/v1/projects/{projectUuid}/access
Grant project access to user
GrantProjectAccessToUser 1 param body → 200default
GET
/api/v1/projects/{projectUuid}/user/{userUuid}deprecated
Get project member access
GetProjectMemberAccess 2 params → 200default
PATCH
/api/v1/projects/{projectUuid}/access/{userUuid}deprecated
Update project access for user
UpdateProjectAccessForUser 2 params body → 200default
DELETE
/api/v1/projects/{projectUuid}/access/{userUuid}deprecated
Revoke project access for user
RevokeProjectAccessForUser 2 params → 200default
PATCH
/api/v1/org/users/{userUuid}deprecated
Update organization member
UpdateOrganizationMember 1 param body → 200default

Schemas 42

The contract defines 42 schemas that model the data the API accepts and returns. The most detailed are Space (19 properties), Pick_Dashboard.uuid-or-name-or-description-or-updatedAt-or-projectUuid-or-updatedByUser-or-organizationUuid-or-spaceUuid-or-views-or-firstViewedAt-or-pinnedListUuid-or-pinnedListOrder_ (12 properties), OrganizationMemberProfile (12 properties), Pick_SavedChart.uuid-or-name-or-description-or-spaceName-or-spaceUuid-or-projectUuid-or-organizationUuid-or-pinnedListUuid-or-dashboardUuid-or-dashboardName-or-slug_ (11 properties). Each schema is shown below with its type and property counts.

OrganizationMemberRole
string
ChartSummary
SpaceGroup
object
3 properties 3 required
UpdateProjectMember
object
1 property 1 required
ProjectMemberProfile
object
7 properties 6 required
AddSpaceUserAccess
object
2 properties 2 required
CreateProjectMember
object
3 properties 3 required
SpaceMemberRole
string
AnyType
This AnyType is an alias for any The goal is to make it easier to identify any type in the codebase without having to eslint-disable all the time These are onl…
Pick_ValidationResponse.error-or-createdAt-or-validationUuid-or-validationId_
object
From T, pick a set of properties whose keys are in the union K
4 properties 4 required
ApiSuccessEmpty
object
2 properties 1 required
ApiErrorPayload
object
The Error object is returned from the api any time there is an error. The message contains
2 properties 2 required
ChartSourceType
string
Pick_Dashboard.uuid-or-name-or-description-or-updatedAt-or-projectUuid-or-updatedByUser-or-organizationUuid-or-spaceUuid-or-views-or-firstViewedAt-or-pinnedListUuid-or-pinnedListOrder_
object
From T, pick a set of properties whose keys are in the union K
12 properties 10 required
ApiOrganizationMemberProfile
object
2 properties 2 required
ValidationSummary
DashboardBasicDetails
AddSpaceGroupAccess
object
2 properties 2 required
SpaceQuery
ViewStatistics
object
2 properties 2 required
Pick_SavedChart.updatedAt-or-updatedByUser-or-pinnedListOrder_
object
From T, pick a set of properties whose keys are in the union K
3 properties 2 required
ChartType
string
UpdatedByUser
object
3 properties 3 required
SpaceShare
ProjectMemberRole
string
Pick_Space.organizationUuid-or-projectUuid-or-uuid-or-name-or-inheritParentPermissions-or-projectMemberAccessRole-or-pinnedListUuid-or-pinnedListOrder-or-slug-or-parentSpaceUuid-or-path_
object
From T, pick a set of properties whose keys are in the union K
11 properties 11 required
ApiProjectAccessListResponse
object
2 properties 2 required
CreateSpace
object
4 properties 1 required
ApiSpaceResponse
object
2 properties 2 required
Space
object
19 properties 18 required
SpaceDashboard
Pick_SavedChart.uuid-or-name-or-description-or-spaceName-or-spaceUuid-or-projectUuid-or-organizationUuid-or-pinnedListUuid-or-dashboardUuid-or-dashboardName-or-slug_
object
From T, pick a set of properties whose keys are in the union K
11 properties 10 required
UpdateSpace
object
4 properties 1 required
SpaceSummaryBase
Pick_SpaceShare.userUuid-or-role_
object
From T, pick a set of properties whose keys are in the union K
2 properties 2 required
ApiGetProjectMemberResponse
object
2 properties 2 required
OrganizationMemberProfileUpdate
object
1 property 1 required
SpaceAccess
object
6 properties 3 required
OrganizationMemberProfile
object
Profile for a user's membership in an organization
12 properties 9 required
ChartKind
string
ContentVerificationInfo
object
2 properties 2 required
SpaceAccessUserMetadata
object
4 properties 4 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

lightdash-roles-permissions-api-openapi.yml Raw ↑

Other APIs Lightdash publishes across the network.

Lightdash AiAgents API
Lightdash Bulk action API
Lightdash Catalog API
Lightdash Changesets API
Lightdash Charts API
Lightdash Comments API
Lightdash Content API
Lightdash Custom Roles API
Lightdash Dashboards API
Lightdash Explorer API
Lightdash Exploring API
Lightdash Exports API
Where this information came from

This is an independent, third-party profile of Lightdash Roles & Permissions API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.