-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0572c34
commit 0a523bb
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
title: List Users API | ||
description: List Users API | ||
slug: list-users-announcement | ||
date: 2024-04-30 | ||
authors: miparnisari | ||
tags: [openfga,features] | ||
image: https://openfga.dev/img/og-rich-embed.png | ||
hide_table_of_contents: false | ||
--- | ||
# New ListUsers API on OpenFGA | ||
|
||
Today we are launching a new API for OpenFGA: ListUsers. | ||
|
||
This API will answer the question "what users have relation X with object Y?". This will be useful for UIs that want to display the list of users that a resource has been shared with, e.g. the "share" dialog in Google Docs. | ||
|
||
## How to use it? | ||
|
||
ListUsers is available in the latest Release Candidate version of OpenFGA. To use it you need to download [v1.5.4-RC](TBD) of OpenFGA. Be sure to check out the various configuration flags that were added, too. | ||
|
||
## What's next? | ||
|
||
We have plans to add a Streaming variant to this endpoint, which will allow you to get results as soon as they are found. | ||
|
||
## Reach out! | ||
|
||
We want to learn how you use this API and how we can improve it! | ||
|
||
Please reach out through our [community channels](https://openfga.dev/community) with any questions or feedback. |