View and Respond to Access Requests
Last updated
Was this helpful?
Last updated
Was this helpful?
Private preview: The Marketplace app is available to select accounts. Reach out to your Immuta representative for details.
Data stewards are able to make determinations on access requests.
Requirement: Immuta permission GOVERNANCE
or Manage Data Product
in the domain where the data product was published from.
In the Marketplace app,
Navigate to the Access Requests page.
Opt to filter by status or sort the table by data product, status, or date.
Ensure you set the correct global segment and use a Marketplace specific API key when using the Marketplace API. See the Marketplace API docs for additional guidance or to download the OpenAPI YAML for your own client generation.
Navigate to the Data Product you want to view requests for.
Click the Access Requests tab.
Opt to filter by status or sort the table by data product, status, or date.
Ensure you set the correct global segment and use a Marketplace specific API key when using the Marketplace API. See the Marketplace API docs for additional guidance or to download the OpenAPI YAML for your own client generation.
In the Marketplace app,
Navigate to the Access Requests page.
Click the request you want the details for.
Ensure you set the correct global segment and use a Marketplace specific API key when using the Marketplace API. See the Marketplace API docs for additional guidance or to download the OpenAPI YAML for your own client generation.
In the Marketplace app,
Navigate to the Access Requests page.
Click the request you want to approve or deny.
Review the request details, data sources, and data use agreement.
Select Deny or Approve:
Deny: Enter your reason to deny access to the data product and click Confirm denial.
Approve: Enter your reason to approve access to the data product and click Confirm approval.
Ensure you set the correct global segment and use a Marketplace specific API key when using the Marketplace API. See the Marketplace API docs for additional guidance or to download the OpenAPI YAML for your own client generation.
Search and filter access requests the current user can manage
/api/access-request
The id of the data product to filter requests by
asc
, desc
status
, dataProduct
, createdAt
Search all access requests for the data product using the provided filters
/api/data-product/{id}/request
asc
, desc
status
, dataProduct
, createdAt
Modify a pending approval record as an approver
/api/approval-record/{id}
PENDING
APPROVED
, BLOCKED
, CANCELED
, DENIED
, PENDING