Skip to content

Commit db976c3

Browse files
committed
Merge pull request cloudbees-oss#36 from johnou/organizations
Fix typo.
2 parents 9e9eab3 + cea6ffb commit db976c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/zendesk/client/v2/Zendesk.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ public Iterable<User> getGroupUsers(long id) {
440440
}
441441

442442
public Iterable<User> getOrganizationUsers(long id) {
443-
return new PagedIterable<User>(tmpl("/organization/{id}/users.json").set("id", id),
443+
return new PagedIterable<User>(tmpl("/organizations/{id}/users.json").set("id", id),
444444
handleList(User.class, "users"));
445445
}
446446

0 commit comments

Comments
 (0)