GET
/
integrations
/
aws
/
iam
/
userinfo
curl --request GET \
  --url https://use.hoop.dev/api/integrations/aws/iam/userinfo
{
  "account_id": "123456789012",
  "arn": "arn:aws:iam::123456789012:user/johndoe",
  "arn_id": "AIDACKCEVSQ6C2EXAMPLE",
  "region": "us-west-2"
}

Response

200
application/json
OK

The response is of type object.