We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9e9eab3 + cea6ffb commit db976c3Copy full SHA for db976c3
src/main/java/org/zendesk/client/v2/Zendesk.java
@@ -440,7 +440,7 @@ public Iterable<User> getGroupUsers(long id) {
440
}
441
442
public Iterable<User> getOrganizationUsers(long id) {
443
- return new PagedIterable<User>(tmpl("/organization/{id}/users.json").set("id", id),
+ return new PagedIterable<User>(tmpl("/organizations/{id}/users.json").set("id", id),
444
handleList(User.class, "users"));
445
446
0 commit comments