Skip to main content

Users

Use these endpoints to introspect HUB users.

List all users in org

curl --location 'https://api.skywatch.co/earthcache/accounts/users/' \
--header 'x-api-key: {{User_API_Key}}'

Returns basic details for all users (name, email, location, user_id, creator).

Get a specific user

curl --location --globoff \
'https://api.skywatch.co/earthcache/accounts/users/{{user_id}}' \
--header 'x-api-key: {{User_API_Key}}'

Both endpoints return group, role, created time, and project membership.


See API Reference

For complete API documentation with interactive testing, see Hub Users API Reference.