Files
keycloak/docs/documentation/upgrading/topics/changes/changes-26_0_7.adoc
Martin Kanis ea131762ba getAll() organization and organization members only returns the first 10 items
Closes #34975

Signed-off-by: Martin Kanis <mkanis@redhat.com>
(cherry picked from commit 7e3e46d348)
2024-11-25 10:11:17 +01:00

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.