These I found were the best way to find ID's for things like users/work_projects/projects etc and just useful information.
https://docs.openproject.org/api/work-packages/
List all WP ID's:
/api/v3/work_packages
Find Project ID's:
/api/v3/projects
Find User Info:
/api/v3/users/{username}