Skip to main content
 print this page

List BI users on a vertical

GET 

/verticals/:id/users

Returns users who have this vertical in AllowedApps and owner or editor ACL on the vertical. Requires verticals.view on role_id and some ACL on the vertical. Query action must be list-qs-users; any other or missing action returns HTTP 400 with Message "Unsupported action: '{action}' for this endpoint." (no error code prefix). Response body is a JSON array (not a wrapped object). User objects have UserId, FullName, EmailId, and AllowedApps. QuickSightRole is not populated on this endpoint. This Lambda maps InvalidInputException and UnauthorizedUserException to HTTP 400. Example: GET /verticals/{id}/users?action=list-qs-users

Request

Responses

Array of users with owner or editor access on the vertical.

Response Headers
    Access-Control-Allow-Origin
    Access-Control-Allow-Methods
    Access-Control-Allow-Headers