Skip to main content
 print this page

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

Wrapper object with a Users array. Not paginated.

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