I created a new board, using the option to Create from an Existing Project. Now I want to delete it because I did not realize it brings all existing issues with it. Is there an option to hide or remove a board?
That is expected. You have to use pagination to get more users. See https://docs.atlassian.com/jira/REST/latest/#d2e1951
You can page through users list by using indexes in expand param. For example to get users from index 10 to index 15 use "users[10:15]" expand value. This will return 6 users (if there are at least 16 users in this group). Indexes are 0-based and inclusive.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.