mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-25 16:42:34 +00:00
Closes #34975
Signed-off-by: Martin Kanis <mkanis@redhat.com>
(cherry picked from commit 7e3e46d348)
5 lines
324 B
Plaintext
5 lines
324 B
Plaintext
= Deprecating `getAll()` methods in `Organizations` and `OrganizationMembers` APIs
|
|
|
|
`getAll()` methods in `Organizations` and `OrganizationMembers` APIs are now deprecated and will be removed in the next major release.
|
|
Instead, use corresponding `list(first, max)` methods in `Organizations` and `OrganizationMembers` APIs.
|