Get all users with multiple role. #1708
Answered
by
drbyte
Dasinfomedia2
asked this question in
Q&A
-
below code gets all users for single role only. I want to do something like below. How do I get with multiple roles? is there any feature like this? |
Beta Was this translation helpful? Give feedback.
Answered by
drbyte
Mar 24, 2021
Replies: 1 comment 1 reply
-
Yes, that is built-in already, exactly as you've quoted, except you've forgotten to call |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
drbyte
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, that is built-in already, exactly as you've quoted, except you've forgotten to call
->get()
on the end of your query.