Filter by application, organization and role #6097
Unanswered
narayanpromax
asked this question in
Q&A
Replies: 2 comments
-
We currently does not support search users by filtering with role/app/organization. But we have APIs that can do this:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
I want APIs only any chance we can combine these filtering?
Like
api/organizations/:orgid/app/:appid/roles/:roleid/users
…On Tue, 25 Jun 2024 at 8:37 AM, Darcy Ye ***@***.***> wrote:
We currently does not support search users by filtering with
role/app/organization. But we have APIs that can do this:
1. For searching users with specific roles, you can checkout GET
/api/roles/{id}/users API
<https://openapi.logto.io/operation/operation-get-api-roles-parameter-users>
.
2. Filtering user by app, you can get a list of users and then filter
by appId by writing little code.
3. By getting all users in an org, you can refer to this GET
/api/organizations/{id}/users API
<https://openapi.logto.io/operation/operation-get-api-organizations-parameter-users>
.
—
Reply to this email directly, view it on GitHub
<#6097 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOYNAES42BAGL6M7Y6WDRDLZJDNHJAVCNFSM6AAAAABJZA2YZSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TQNRWGQ3TQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Does it support filtering users by role, application id and organization id?
I need a user list paginated that i sortable as per name and created_at and filtered by name, email and phone as well as permanent filters of ole, application id and organization id to be shown in frontend
Beta Was this translation helpful? Give feedback.
All reactions