How can I display Only the first Array/Object?

The docs show that you can do paging with page and per_page, so looks like you should be able to set per_page to 1 and leave page unset to get a single result. i.e.:

./wp/v2/users/?_fields=id&orderby=id&order=desc&per_page=1

Does that help?