List users and their allowed apps
GET/verticals/users
Returns Cognito-confirmed users (CONFIRMED when IDP is disabled, EXTERNAL_PROVIDER when IDP is enabled) with UserId, FullName, EmailId, and AllowedApps. Requires verticals.view on role_id. AllowedApps defaults to ["amorphic"]. When Cognito custom:attr3 (allowed_apps=...) is present, this endpoint is called without a vertical type, so AllowedApps is the intersection of the user's apps with amorphic only. Identity-provider users use custom:username as UserId when present. This Lambda maps InvalidInputException and UnauthorizedUserException to HTTP 400. Example: GET /verticals/users
Request
Responses
- 200
- 400
- 500
Wrapper object with a Users array. Not paginated.
Response Headers
InvalidInputException or UnauthorizedUserException. Body is {"Message": " -
Response Headers
GenericFailure, InconsistentMetadata, or unhandled exception. Body is {"Message": " -