Get Site Users
GET/sites/:siteId/users
Get users who has permissions to all assets on this site. People with access to all assets are NOT in the result. They will be able to see the assets on site as soon as it is created.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
A list of all users that has view permissions to the assets on the site.
Bad request
Invalid or missing bearer token in Authorization header
User not allowed to make this request
Resource not found
Internal server error